Color Hex Logo

#dfd7dc Color Hex

#DFD7DC
(223,215,220)
0 Favorites   0 Comments

Color spaces of #dfd7dc

RGB 223215220
HSL0.900.110.86
HSV323°87°
CMYK 0.000.040.01   0.13
XYZ67.650169.456277.5510
Yxy69.45620.31520.3236
Hunter Lab83.3404-0.95143.1670
CIE-Lab86.72953.6237-1.4902

#dfd7dc color RGB value is (223,215,220).

#dfd7dc hex color red value is 223, green value is 215 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dfd7dc hue: 0.90 , saturation: 0.11 and the lightness value of dfd7dc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 11011100
Octal 337 327 334
Decimal 223 215 220
Hex DF D7 DC

RGB Percentages of Color #dfd7dc

%33.89
%32.67
%33.43

CMYK Percentages of Color #dfd7dc

%0
%4
%1
%13

Triadic Colors of #dfd7dc

#dfd7dc #dcdfd7 #d7dcdf

Analogous Colors of #dfd7dc

#dfd7dc #dfd7d8 #ded7df

Monochromatic Colors of #dfd7dc

#dfd7dc

Complementary Color

#dfd7dc #d7dfda

#dfd7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd7dc Color CSS Codes

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

#dfd7dc Text Font Color

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

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


#dfd7dc Background Color

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

This div background color is #dfd7dc


#dfd7dc Border Color

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

This div border color is #dfd7dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,215,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd7dc


Comments

No comments written yet.

Please login to write comment.