Color Hex Logo

#d0ccdd Color Hex

#D0CCDD
(208,204,221)
0 Favorites   0 Comments

Color spaces of #d0ccdd

RGB 208204221
HSL0.710.200.83
HSV254°87°
CMYK 0.060.080.00   0.13
XYZ60.656461.816177.1414
Yxy61.81610.30390.3097
Hunter Lab78.62320.1189-3.1363
CIE-Lab82.81554.5475-7.9234

#d0ccdd color RGB value is (208,204,221).

#d0ccdd hex color red value is 208, green value is 204 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d0ccdd hue: 0.71 , saturation: 0.20 and the lightness value of d0ccdd is 0.83.

The process color (four color CMYK) of #d0ccdd color hex is 0.06, 0.08, 0.00, 0.13. Web safe color of #d0ccdd is #cccccc. Color #d0ccdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001100 11011101
Octal 320 314 335
Decimal 208 204 221
Hex D0 CC DD

RGB Percentages of Color #d0ccdd

%32.86
%32.23
%34.91

CMYK Percentages of Color #d0ccdd

%6
%8
%0
%13

Triadic Colors of #d0ccdd

#d0ccdd #ddd0cc #ccddd0

Analogous Colors of #d0ccdd

#d0ccdd #d9ccdd #ccd1dd

Monochromatic Colors of #d0ccdd

#d0ccdd

Complementary Color

#d0ccdd #d9ddcc

#d0ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ccdd Color CSS Codes

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

#d0ccdd Text Font Color

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

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


#d0ccdd Background Color

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

This div background color is #d0ccdd


#d0ccdd Border Color

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

This div border color is #d0ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ccdd


Comments

No comments written yet.

Please login to write comment.