#DFD2DE

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

Shades of Snuff #DFD2DE

Tints of Snuff #DFD2DE

Color information

#DFD2DE (or 0xDFD2DE) is unknown color: approx Snuff. HEX triplet: DF, D2 and DE. RGB value is (223,210,222). Sum of RGB (Red+Green+Blue) = 223+210+222=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2DE is #202D21. Grayscale: #D7D7D7. Windows color (decimal): -2108706 or 14602975. OLE color: 14602975.

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

Color convert

RGB223210222-
CMYK00.060.000.13
HSL304.62º16.88%84.9%-
HSV(B)304.62º5.83%87.45%-
XYZ66.6667.0678.54-
YUV215.26131.81133.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 210 (82.42% from 255) = 32.06%
BLUE value IS 222 (87.11% from 255) = 33.89%
R=34.05%
G=32.06%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321022200.060.000.13304.6216.8884.9
HexDFD2DE060D1311155
Octal3373223360601546121125
Binary110111111101001011011110011001101100110001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2DE; }

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

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

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

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

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

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

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

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