Color Hex Logo

#dfd6cc Color Hex

#DFD6CC
(223,214,204)
0 Favorites   0 Comments

Color spaces of #dfd6cc

RGB 223214204
HSL0.090.230.84
HSV32°87°
CMYK 0.000.040.09   0.13
XYZ65.377168.140766.8335
Yxy68.14070.32630.3401
Hunter Lab82.5474-3.08689.7797
CIE-Lab86.07681.38026.0235

#dfd6cc color RGB value is (223,214,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010110 11001100
Octal 337 326 314
Decimal 223 214 204
Hex DF D6 CC

RGB Percentages of Color #dfd6cc

%34.79
%33.39
%31.83

CMYK Percentages of Color #dfd6cc

%0
%4
%9
%13

Triadic Colors of #dfd6cc

#dfd6cc #ccdfd6 #d6ccdf

Analogous Colors of #dfd6cc

#dfd6cc #dfdfcc #dfcdcc

Monochromatic Colors of #dfd6cc

#dfd6cc

Complementary Color

#dfd6cc #ccd5df

#dfd6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd6cc Color CSS Codes

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

#dfd6cc Text Font Color

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

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


#dfd6cc Background Color

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

This div background color is #dfd6cc


#dfd6cc Border Color

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

This div border color is #dfd6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd6cc


Comments

No comments written yet.

Please login to write comment.