Color Hex Logo

#d8ccdd Color Hex

#D8CCDD
(216,204,221)
0 Favorites   0 Comments

Color spaces of #d8ccdd

RGB 216204221
HSL0.780.200.83
HSV282°87°
CMYK 0.020.080.00   0.13
XYZ62.962963.005177.2493
Yxy63.00510.30980.3100
Hunter Lab79.37582.6833-2.1386
CIE-Lab83.44517.2226-6.9211

#d8ccdd color RGB value is (216,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001100 11011101
Octal 330 314 335
Decimal 216 204 221
Hex D8 CC DD

RGB Percentages of Color #d8ccdd

%33.70
%31.83
%34.48

CMYK Percentages of Color #d8ccdd

%2
%8
%0
%13

Triadic Colors of #d8ccdd

#d8ccdd #ddd8cc #ccddd8

Analogous Colors of #d8ccdd

#d8ccdd #ddccda #d0ccdd

Monochromatic Colors of #d8ccdd

#d8ccdd

Complementary Color

#d8ccdd #d1ddcc

#d8ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ccdd Color CSS Codes

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

#d8ccdd Text Font Color

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

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


#d8ccdd Background Color

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

This div background color is #d8ccdd


#d8ccdd Border Color

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

This div border color is #d8ccdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,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 #d8ccdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ccdd


Comments

No comments written yet.

Please login to write comment.