Color Hex Logo

#d1ccea Color Hex

#D1CCEA
(209,204,234)
0 Favorites   0 Comments

Color spaces of #d1ccea

RGB 209204234
HSL0.690.420.86
HSV250°13°92°
CMYK 0.110.130.00   0.08
XYZ62.738662.681686.6340
Yxy62.68160.29590.2956
Hunter Lab79.17172.8995-9.4581
CIE-Lab83.27467.4393-14.1643

#d1ccea color RGB value is (209,204,234).

#d1ccea hex color red value is 209, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d1ccea hue: 0.69 , saturation: 0.42 and the lightness value of d1ccea is 0.86.

The process color (four color CMYK) of #d1ccea color hex is 0.11, 0.13, 0.00, 0.08. Web safe color of #d1ccea is #ccccff. Color #d1ccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001100 11101010
Octal 321 314 352
Decimal 209 204 234
Hex D1 CC EA

RGB Percentages of Color #d1ccea

%32.30
%31.53
%36.17

CMYK Percentages of Color #d1ccea

%11
%13
%0
%8

Triadic Colors of #d1ccea

#d1ccea #ead1cc #ccead1

Analogous Colors of #d1ccea

#d1ccea #e0ccea #ccd6ea

Monochromatic Colors of #d1ccea

#d1ccea

Complementary Color

#d1ccea #e5eacc

#d1ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ccea Color CSS Codes

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

#d1ccea Text Font Color

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

This sample text font color is #d1ccea
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.


#d1ccea Background Color

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

This div background color is #d1ccea


#d1ccea Border Color

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

This div border color is #d1ccea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,204,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1ccea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1ccea;
  -webkit-box-shadow: 1px 1px 3px 2px #d1ccea;
  box-shadow:         1px 1px 3px 2px #d1ccea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,204,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ccea


Comments

No comments written yet.

Please login to write comment.