Color Hex Logo

#d5cfdd Color Hex

#D5CFDD
(213,207,221)
0 Favorites   0 Comments

Color spaces of #d5cfdd

RGB 213207221
HSL0.740.170.84
HSV266°87°
CMYK 0.040.060.00   0.13
XYZ62.804563.992277.4482
Yxy63.99220.30750.3133
Hunter Lab79.99510.1496-1.4057
CIE-Lab83.96174.6299-6.1833

#d5cfdd color RGB value is (213,207,221).

#d5cfdd hex color red value is 213, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d5cfdd hue: 0.74 , saturation: 0.17 and the lightness value of d5cfdd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001111 11011101
Octal 325 317 335
Decimal 213 207 221
Hex D5 CF DD

RGB Percentages of Color #d5cfdd

%33.23
%32.29
%34.48

CMYK Percentages of Color #d5cfdd

%4
%6
%0
%13

Triadic Colors of #d5cfdd

#d5cfdd #ddd5cf #cfddd5

Analogous Colors of #d5cfdd

#d5cfdd #dccfdd #cfd0dd

Monochromatic Colors of #d5cfdd

#d5cfdd

Complementary Color

#d5cfdd #d7ddcf

#d5cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cfdd Color CSS Codes

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

#d5cfdd Text Font Color

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

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


#d5cfdd Background Color

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

This div background color is #d5cfdd


#d5cfdd Border Color

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

This div border color is #d5cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cfdd


Comments

No comments written yet.

Please login to write comment.