Color Hex Logo

#d5ddca Color Hex

#D5DDCA
(213,221,202)
0 Favorites   0 Comments

Color spaces of #d5ddca

RGB 213221202
HSL0.240.220.83
HSV85°87°
CMYK 0.040.000.09   0.13
XYZ63.957770.123366.0413
Yxy70.12330.31960.3504
Hunter Lab83.7397-10.211711.8587
CIE-Lab87.0573-6.06398.3883

#d5ddca color RGB value is (213,221,202).

#d5ddca hex color red value is 213, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d5ddca hue: 0.24 , saturation: 0.22 and the lightness value of d5ddca is 0.83.

The process color (four color CMYK) of #d5ddca color hex is 0.04, 0.00, 0.09, 0.13. Web safe color of #d5ddca is #cccccc. Color #d5ddca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011101 11001010
Octal 325 335 312
Decimal 213 221 202
Hex D5 DD CA

RGB Percentages of Color #d5ddca

%33.49
%34.75
%31.76

CMYK Percentages of Color #d5ddca

%4
%0
%9
%13

Triadic Colors of #d5ddca

#d5ddca #cad5dd #ddcad5

Analogous Colors of #d5ddca

#d5ddca #ccddca #dddcca

Monochromatic Colors of #d5ddca

#d5ddca

Complementary Color

#d5ddca #d2cadd

#d5ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ddca Color CSS Codes

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

#d5ddca Text Font Color

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

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


#d5ddca Background Color

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

This div background color is #d5ddca


#d5ddca Border Color

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

This div border color is #d5ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ddca


Comments

No comments written yet.

Please login to write comment.