#DFD9DE

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

Shades of Snuff #DFD9DE

Tints of Snuff #DFD9DE

Color information

#DFD9DE (or 0xDFD9DE) is unknown color: approx Snuff. HEX triplet: DF, D9 and DE. RGB value is (223,217,222). Sum of RGB (Red+Green+Blue) = 223+217+222=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9DE is #202621. Grayscale: #DBDBDB. Windows color (decimal): -2106914 or 14604767. OLE color: 14604767.

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

Color convert

RGB223217222-
CMYK00.030.000.13
HSL310º8.57%86.27%-
HSV(B)310º2.69%87.45%-
XYZ68.4370.5979.13-
YUV219.36129.49130.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 217 (85.16% from 255) = 32.78%
BLUE value IS 222 (87.11% from 255) = 33.53%
R=33.69%
G=32.78%
B=33.53%

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
Decimal22321722200.030.000.133108.5786.27
HexDFD9DE030D136956
Octal3373313360301546611126
Binary1101111111011001110111100110110110011011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9DE; }

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

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

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

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

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

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

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

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