#DFD2DD

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

Shades of Snuff #DFD2DD

Tints of Snuff #DFD2DD

Color information

#DFD2DD (or 0xDFD2DD) is unknown color: approx Snuff. HEX triplet: DF, D2 and DD. RGB value is (223,210,221). Sum of RGB (Red+Green+Blue) = 223+210+221=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2DD is #202D22. Grayscale: #D7D7D7. Windows color (decimal): -2108707 or 14537439. OLE color: 14537439.

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

Color convert

RGB223210221-
CMYK00.060.010.13
HSL309.23º16.88%84.9%-
HSV(B)309.23º5.83%87.45%-
XYZ66.536777.83-
YUV215.14131.31133.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 210 (82.42% from 255) = 32.11%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=34.10%
G=32.11%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321022100.060.010.13309.2316.8884.9
HexDFD2DD061D1351155
Octal3373223350611546521125
Binary110111111101001011011101011011101100110101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2DD; }

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

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

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

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

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

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

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

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