Color Hex Logo

#dccae1 Color Hex

#DCCAE1
(220,202,225)
0 Favorites   0 Comments

Color spaces of #dccae1

RGB 220202225
HSL0.800.280.84
HSV287°10°88°
CMYK 0.020.100.00   0.12
XYZ64.226362.892979.9886
Yxy62.89290.31010.3037
Hunter Lab79.30505.7769-4.2875
CIE-Lab83.386010.3732-9.1069

#dccae1 color RGB value is (220,202,225).

#dccae1 hex color red value is 220, green value is 202 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dccae1 hue: 0.80 , saturation: 0.28 and the lightness value of dccae1 is 0.84.

The process color (four color CMYK) of #dccae1 color hex is 0.02, 0.10, 0.00, 0.12. Web safe color of #dccae1 is #cccccc. Color #dccae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11100001
Octal 334 312 341
Decimal 220 202 225
Hex DC CA E1

RGB Percentages of Color #dccae1

%34.00
%31.22
%34.78

CMYK Percentages of Color #dccae1

%2
%10
%0
%12

Triadic Colors of #dccae1

#dccae1 #e1dcca #cae1dc

Analogous Colors of #dccae1

#dccae1 #e1cadb #d1cae1

Monochromatic Colors of #dccae1

#dccae1

Complementary Color

#dccae1 #cfe1ca

#dccae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccae1 Color CSS Codes

.mybgcolor {background-color:#dccae1; } 
.myforecolor {color:#dccae1; }
.mybordercolor {border:3px solid #dccae1; }

#dccae1 Text Font Color

<p style="color:#dccae1">Text here</p>

This sample text font color is #dccae1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dccae1 Background Color

<div style="background-color:#dccae1">
Div content here</div>

This div background color is #dccae1


#dccae1 Border Color

<div style="border:3px solid #dccae1">
Div here</div>

This div border color is #dccae1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,202,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dccae1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dccae1;
  -webkit-box-shadow: 1px 1px 3px 2px #dccae1;
  box-shadow:         1px 1px 3px 2px #dccae1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,202,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dccae1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dccae1;
  -webkit-box-shadow: 1px 1px 3px 2px #dccae1;
  box-shadow:         1px 1px 3px 2px #dccae1;">
Div content here</div>

This div box has shadow with color #dccae1


Comments

No comments written yet.

Please login to write comment.