#DFD9DF

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

Shades of Snuff #DFD9DF

Tints of Snuff #DFD9DF

Color information

#DFD9DF (or 0xDFD9DF) is unknown color: approx Snuff. HEX triplet: DF, D9 and DF. RGB value is (223,217,223). Sum of RGB (Red+Green+Blue) = 223+217+223=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 217 (85.16% from 255 or 32.73% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFD9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9DF is #202620. Grayscale: #DBDBDB. Windows color (decimal): -2106913 or 14670303. OLE color: 14670303.

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

Color convert

RGB223217223-
CMYK00.0300.13
HSL300º8.57%86.27%-
HSV(B)300º2.69%87.45%-
XYZ68.5670.6479.83-
YUV219.48129.99130.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.63%
GREEN value IS 217 (85.16% from 255) = 32.73%
BLUE value IS 223 (87.5% from 255) = 33.63%
R=33.63%
G=32.73%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321722300.0300.133008.5786.27
HexDFD9DF030D12c956
Octal3373313370301545411126
Binary1101111111011001110111110110110110010110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9DF; }

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

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

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

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

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

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

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

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