Color Hex Logo

#dfd7cc Color Hex

#DFD7CC
(223,215,204)
0 Favorites   0 Comments

Color spaces of #dfd7cc

RGB 223215204
HSL0.100.230.84
HSV35°87°
CMYK 0.000.040.09   0.13
XYZ65.630968.648566.9181
Yxy68.64850.32620.3412
Hunter Lab82.8544-3.601210.1120
CIE-Lab86.32970.86046.3879

#dfd7cc color RGB value is (223,215,204).

#dfd7cc hex color red value is 223, green value is 215 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dfd7cc hue: 0.10 , saturation: 0.23 and the lightness value of dfd7cc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 11001100
Octal 337 327 314
Decimal 223 215 204
Hex DF D7 CC

RGB Percentages of Color #dfd7cc

%34.74
%33.49
%31.78

CMYK Percentages of Color #dfd7cc

%0
%4
%9
%13

Triadic Colors of #dfd7cc

#dfd7cc #ccdfd7 #d7ccdf

Analogous Colors of #dfd7cc

#dfd7cc #dedfcc #dfcecc

Monochromatic Colors of #dfd7cc

#dfd7cc

Complementary Color

#dfd7cc #ccd4df

#dfd7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd7cc Color CSS Codes

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

#dfd7cc Text Font Color

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

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


#dfd7cc Background Color

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

This div background color is #dfd7cc


#dfd7cc Border Color

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

This div border color is #dfd7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd7cc


Comments

No comments written yet.

Please login to write comment.