Color Hex Logo

#d5cfcc Color Hex

#D5CFCC
(213,207,204)
0 Favorites   0 Comments

Color spaces of #d5cfcc

RGB 213207204
HSL0.060.100.82
HSV20°84°
CMYK 0.000.030.04   0.16
XYZ60.652563.131466.1156
Yxy63.13140.31940.3324
Hunter Lab79.4553-2.78806.2828
CIE-Lab83.51151.53852.2113

#d5cfcc color RGB value is (213,207,204).

#d5cfcc hex color red value is 213, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d5cfcc hue: 0.06 , saturation: 0.10 and the lightness value of d5cfcc is 0.82.

The process color (four color CMYK) of #d5cfcc color hex is 0.00, 0.03, 0.04, 0.16. Web safe color of #d5cfcc is #cccccc. Color #d5cfcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001111 11001100
Octal 325 317 314
Decimal 213 207 204
Hex D5 CF CC

RGB Percentages of Color #d5cfcc

%34.13
%33.17
%32.69

CMYK Percentages of Color #d5cfcc

%0
%3
%4
%16

Triadic Colors of #d5cfcc

#d5cfcc #ccd5cf #cfccd5

Analogous Colors of #d5cfcc

#d5cfcc #d5d4cc #d5ccce

Monochromatic Colors of #d5cfcc

#d5cfcc

Complementary Color

#d5cfcc #ccd2d5

#d5cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cfcc Color CSS Codes

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

#d5cfcc Text Font Color

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

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


#d5cfcc Background Color

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

This div background color is #d5cfcc


#d5cfcc Border Color

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

This div border color is #d5cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cfcc


Comments

No comments written yet.

Please login to write comment.