Color Hex Logo

#d0ccec Color Hex

#D0CCEC
(208,204,236)
0 Favorites   0 Comments

Color spaces of #d0ccec

RGB 208204236
HSL0.690.460.86
HSV248°14°93°
CMYK 0.120.140.00   0.07
XYZ62.745662.651888.1428
Yxy62.65180.29380.2934
Hunter Lab79.15292.9819-10.6169
CIE-Lab83.25887.5233-15.2611

#d0ccec color RGB value is (208,204,236).

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

The process color (four color CMYK) of #d0ccec color hex is 0.12, 0.14, 0.00, 0.07. Web safe color of #d0ccec is #ccccff. Color #d0ccec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001100 11101100
Octal 320 314 354
Decimal 208 204 236
Hex D0 CC EC

RGB Percentages of Color #d0ccec

%32.10
%31.48
%36.42

CMYK Percentages of Color #d0ccec

%12
%14
%0
%7

Triadic Colors of #d0ccec

#d0ccec #ecd0cc #ccecd0

Analogous Colors of #d0ccec

#d0ccec #e0ccec #ccd8ec

Monochromatic Colors of #d0ccec

#d0ccec

Complementary Color

#d0ccec #e8eccc

#d0ccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ccec Color CSS Codes

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

#d0ccec Text Font Color

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

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


#d0ccec Background Color

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

This div background color is #d0ccec


#d0ccec Border Color

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

This div border color is #d0ccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ccec


Comments

No comments written yet.

Please login to write comment.