#DFD2DF

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

Shades of Snuff #DFD2DF

Tints of Snuff #DFD2DF

Color information

#DFD2DF (or 0xDFD2DF) is unknown color: approx Snuff. HEX triplet: DF, D2 and DF. RGB value is (223,210,223). Sum of RGB (Red+Green+Blue) = 223+210+223=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2DF is #202D20. Grayscale: #D7D7D7. Windows color (decimal): -2108705 or 14668511. OLE color: 14668511.

HSL color Cylindrical-coordinate representation of color #DFD2DF: hue angle of 300º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFD2DF is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB223210223-
CMYK00.0600.13
HSL300º16.88%84.9%-
HSV(B)300º5.83%87.45%-
XYZ66.867.1179.24-
YUV215.37132.31133.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 210 (82.42% from 255) = 32.01%
BLUE value IS 223 (87.5% from 255) = 33.99%
R=33.99%
G=32.01%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321022300.0600.1330016.8884.9
HexDFD2DF060D12c1155
Octal3373223370601545421125
Binary110111111101001011011111011001101100101100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2DF; }

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

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

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

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

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

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

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

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