#DED9DD

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

Shades of Snuff #DED9DD

Tints of Snuff #DED9DD

Color information

#DED9DD (or 0xDED9DD) is unknown color: approx Snuff. HEX triplet: DE, D9 and DD. RGB value is (222,217,221). Sum of RGB (Red+Green+Blue) = 222+217+221=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9DD is #212622. Grayscale: #DADADA. Windows color (decimal): -2172451 or 14539230. OLE color: 14539230.

HSL color Cylindrical-coordinate representation of color #DED9DD: hue angle of 312º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DED9DD is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB222217221-
CMYK00.020.000.13
HSL312º7.04%86.08%-
HSV(B)312º2.25%87.06%-
XYZ67.9970.3878.41-
YUV218.95129.16130.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.64%
GREEN value IS 217 (85.16% from 255) = 32.88%
BLUE value IS 221 (86.72% from 255) = 33.48%
R=33.64%
G=32.88%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221722100.020.000.133127.0486.08
HexDED9DD020D138756
Octal336331335020154707126
Binary110111101101100111011101010011011001110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED9DD; }

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

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

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

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

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

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

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

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