Color Hex Logo

#d4cedd Color Hex

#D4CEDD
(212,206,221)
0 Favorites   0 Comments

Color spaces of #d4cedd

RGB 212206221
HSL0.730.180.84
HSV264°87°
CMYK 0.040.070.00   0.13
XYZ62.273863.360177.3542
Yxy63.36010.30680.3121
Hunter Lab79.59910.3500-1.8986
CIE-Lab83.63154.8231-6.6804

#d4cedd color RGB value is (212,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001110 11011101
Octal 324 316 335
Decimal 212 206 221
Hex D4 CE DD

RGB Percentages of Color #d4cedd

%33.18
%32.24
%34.59

CMYK Percentages of Color #d4cedd

%4
%7
%0
%13

Triadic Colors of #d4cedd

#d4cedd #ddd4ce #ceddd4

Analogous Colors of #d4cedd

#d4cedd #dccedd #ced0dd

Monochromatic Colors of #d4cedd

#d4cedd

Complementary Color

#d4cedd #d7ddce

#d4cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cedd Color CSS Codes

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

#d4cedd Text Font Color

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

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


#d4cedd Background Color

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

This div background color is #d4cedd


#d4cedd Border Color

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

This div border color is #d4cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cedd


Comments

No comments written yet.

Please login to write comment.