#DFD8DE

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

Shades of Snuff #DFD8DE

Tints of Snuff #DFD8DE

Color information

#DFD8DE (or 0xDFD8DE) is unknown color: approx Snuff. HEX triplet: DF, D8 and DE. RGB value is (223,216,222). Sum of RGB (Red+Green+Blue) = 223+216+222=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8DE is #202721. Grayscale: #DADADA. Windows color (decimal): -2107170 or 14604511. OLE color: 14604511.

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

Color convert

RGB223216222-
CMYK00.030.000.13
HSL308.57º9.86%86.08%-
HSV(B)308.57º3.14%87.45%-
XYZ68.1770.0779.04-
YUV218.78129.82131.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 216 (84.77% from 255) = 32.68%
BLUE value IS 222 (87.11% from 255) = 33.59%
R=33.74%
G=32.68%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321622200.030.000.13308.579.8686.08
HexDFD8DE030D135a56
Octal3373303360301546512126
Binary1101111111011000110111100110110110011010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8DE; }

 p { color: rgb(223,216,222); }

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

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

 a { background-color: rgb(223,216,222); }

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

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

 span { border-color: rgb(223,216,222); }

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