Color Hex Logo

#d5ccda Color Hex

#D5CCDA
(213,204,218)
0 Favorites   0 Comments

Color spaces of #d5ccda

RGB 213204218
HSL0.770.160.83
HSV279°85°
CMYK 0.020.060.00   0.15
XYZ61.688362.393875.1216
Yxy62.39380.30970.3132
Hunter Lab78.98971.1704-1.0937
CIE-Lab83.12245.6522-5.8244

#d5ccda color RGB value is (213,204,218).

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

The process color (four color CMYK) of #d5ccda color hex is 0.02, 0.06, 0.00, 0.15. Web safe color of #d5ccda is #cccccc. Color #d5ccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001100 11011010
Octal 325 314 332
Decimal 213 204 218
Hex D5 CC DA

RGB Percentages of Color #d5ccda

%33.54
%32.13
%34.33

CMYK Percentages of Color #d5ccda

%2
%6
%0
%15

Triadic Colors of #d5ccda

#d5ccda #dad5cc #ccdad5

Analogous Colors of #d5ccda

#d5ccda #daccd8 #ceccda

Monochromatic Colors of #d5ccda

#d5ccda

Complementary Color

#d5ccda #d1dacc

#d5ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ccda Color CSS Codes

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

#d5ccda Text Font Color

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

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


#d5ccda Background Color

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

This div background color is #d5ccda


#d5ccda Border Color

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

This div border color is #d5ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ccda


Comments

No comments written yet.

Please login to write comment.