#DFD6DD

Color #DFD6DD Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #DFD6DD

Tints of Snuff #DFD6DD

Color information

#DFD6DD (or 0xDFD6DD) is unknown color: approx Snuff. HEX triplet: DF, D6 and DD. RGB value is (223,214,221). Sum of RGB (Red+Green+Blue) = 223+214+221=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6DD is #202922. Grayscale: #D9D9D9. Windows color (decimal): -2107683 or 14538463. OLE color: 14538463.

HSL color Cylindrical-coordinate representation of color #DFD6DD: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFD6DD is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB223214221-
CMYK00.040.010.13
HSL313.33º12.33%85.69%-
HSV(B)313.33º4.04%87.45%-
XYZ67.536978.17-
YUV217.49129.98131.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 33.89%
GREEN value IS 214 (83.98% from 255) = 32.52%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=33.89%
G=32.52%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321422100.040.010.13313.3312.3385.69
HexDFD6DD041D139c56
Octal3373263350411547114126
Binary11011111110101101101110101001110110011100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6DD; }

 p { color: rgb(223,214,221); }

 H1.HeaderClassName
 {
   color: #DFD6DD;
 }
 .AnyTagClassName
 {
   color: #DFD6DD;
 }
</style>
background-color css

<style>
 a { background-color: #DFD6DD; }

 a { background-color: rgb(223,214,221); }

 div.DivClassName
 {
   background-color: #DFD6DD;
 }
 .BgClassName
 {
   background-color: #DFD6DD;
 }
</style>
border-color css

<style>
 span { border-color: #DFD6DD; }

 span { border-color: rgb(223,214,221); }

 td.TdClassName
 {
   border-color: #DFD6DD;
 }
 .TagClassName
 {
   border-color: #DFD6DD;
 }
</style>