Color Hex Logo

#d4ccde Color Hex

#D4CCDE
(212,204,222)
0 Favorites   0 Comments

Color spaces of #d4ccde

RGB 212204222
HSL0.740.210.84
HSV267°87°
CMYK 0.050.080.00   0.13
XYZ61.929162.456777.8986
Yxy62.45670.30610.3088
Hunter Lab79.02961.5744-3.1208
CIE-Lab83.15576.0712-7.9184

#d4ccde color RGB value is (212,204,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001100 11011110
Octal 324 314 336
Decimal 212 204 222
Hex D4 CC DE

RGB Percentages of Color #d4ccde

%33.23
%31.97
%34.80

CMYK Percentages of Color #d4ccde

%5
%8
%0
%13

Triadic Colors of #d4ccde

#d4ccde #ded4cc #ccded4

Analogous Colors of #d4ccde

#d4ccde #ddccde #cccdde

Monochromatic Colors of #d4ccde

#d4ccde

Complementary Color

#d4ccde #d6decc

#d4ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ccde Color CSS Codes

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

#d4ccde Text Font Color

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

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


#d4ccde Background Color

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

This div background color is #d4ccde


#d4ccde Border Color

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

This div border color is #d4ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ccde


Comments

No comments written yet.

Please login to write comment.