Color Hex Logo

#d4cddd Color Hex

#D4CDDD
(212,205,221)
0 Favorites   0 Comments

Color spaces of #d4cddd

RGB 212205221
HSL0.740.190.84
HSV266°87°
CMYK 0.040.070.00   0.13
XYZ62.033862.880177.2742
Yxy62.88010.30680.3110
Hunter Lab79.29700.8703-2.2697
CIE-Lab83.37935.3517-7.0537

#d4cddd color RGB value is (212,205,221).

#d4cddd hex color red value is 212, green value is 205 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d4cddd hue: 0.74 , saturation: 0.19 and the lightness value of d4cddd is 0.84.

The process color (four color CMYK) of #d4cddd color hex is 0.04, 0.07, 0.00, 0.13. Web safe color of #d4cddd is #cccccc. Color #d4cddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001101 11011101
Octal 324 315 335
Decimal 212 205 221
Hex D4 CD DD

RGB Percentages of Color #d4cddd

%33.23
%32.13
%34.64

CMYK Percentages of Color #d4cddd

%4
%7
%0
%13

Triadic Colors of #d4cddd

#d4cddd #ddd4cd #cdddd4

Analogous Colors of #d4cddd

#d4cddd #dccddd #cdcedd

Monochromatic Colors of #d4cddd

#d4cddd

Complementary Color

#d4cddd #d6ddcd

#d4cddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cddd Color CSS Codes

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

#d4cddd Text Font Color

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

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


#d4cddd Background Color

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

This div background color is #d4cddd


#d4cddd Border Color

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

This div border color is #d4cddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cddd

#d4cddd Color Palettes


Comments

No comments written yet.

Please login to write comment.