#DFD6DE

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

Shades of Snuff #DFD6DE

Tints of Snuff #DFD6DE

Color information

#DFD6DE (or 0xDFD6DE) is unknown color: approx Snuff. HEX triplet: DF, D6 and DE. RGB value is (223,214,222). Sum of RGB (Red+Green+Blue) = 223+214+222=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6DE is #202921. Grayscale: #D9D9D9. Windows color (decimal): -2107682 or 14603999. OLE color: 14603999.

HSL color Cylindrical-coordinate representation of color #DFD6DE: hue angle of 306.67º 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 #DFD6DE is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB223214222-
CMYK00.040.000.13
HSL306.67º12.33%85.69%-
HSV(B)306.67º4.04%87.45%-
XYZ67.6669.0678.87-
YUV217.6130.48131.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.84%
GREEN value IS 214 (83.98% from 255) = 32.47%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=33.84%
G=32.47%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321422200.040.000.13306.6712.3385.69
HexDFD6DE040D133c56
Octal3373263360401546314126
Binary11011111110101101101111001000110110011001111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6DE; }

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

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

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

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

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

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

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

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