Color Hex Logo

#d5ccdc Color Hex

#D5CCDC
(213,204,220)
0 Favorites   0 Comments

Color spaces of #d5ccdc

RGB 213204220
HSL0.760.190.83
HSV274°86°
CMYK 0.030.070.00   0.14
XYZ61.951762.499276.5085
Yxy62.49920.30830.3110
Hunter Lab79.05641.5308-2.0396
CIE-Lab83.17826.0270-6.8092

#d5ccdc color RGB value is (213,204,220).

#d5ccdc hex color red value is 213, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d5ccdc hue: 0.76 , saturation: 0.19 and the lightness value of d5ccdc is 0.83.

The process color (four color CMYK) of #d5ccdc color hex is 0.03, 0.07, 0.00, 0.14. Web safe color of #d5ccdc is #cccccc. Color #d5ccdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001100 11011100
Octal 325 314 334
Decimal 213 204 220
Hex D5 CC DC

RGB Percentages of Color #d5ccdc

%33.44
%32.03
%34.54

CMYK Percentages of Color #d5ccdc

%3
%7
%0
%14

Triadic Colors of #d5ccdc

#d5ccdc #dcd5cc #ccdcd5

Analogous Colors of #d5ccdc

#d5ccdc #dcccdb #cdccdc

Monochromatic Colors of #d5ccdc

#d5ccdc

Complementary Color

#d5ccdc #d3dccc

#d5ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ccdc Color CSS Codes

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

#d5ccdc Text Font Color

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

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


#d5ccdc Background Color

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

This div background color is #d5ccdc


#d5ccdc Border Color

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

This div border color is #d5ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ccdc


Comments

No comments written yet.

Please login to write comment.