#DED0DD

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

Shades of Snuff #DED0DD

Tints of Snuff #DED0DD

Color information

#DED0DD (or 0xDED0DD) is unknown color: approx Snuff. HEX triplet: DE, D0 and DD. RGB value is (222,208,221). Sum of RGB (Red+Green+Blue) = 222+208+221=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 222 - color contains mainly: red. Hex color #DED0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED0DD is #212F22. Grayscale: #D5D5D5. Windows color (decimal): -2174755 or 14536926. OLE color: 14536926.

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

Color convert

RGB222208221-
CMYK00.060.000.13
HSL304.29º17.5%84.31%-
HSV(B)304.29º6.31%87.06%-
XYZ65.7365.8677.65-
YUV213.67132.14133.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.10%
GREEN value IS 208 (81.64% from 255) = 31.95%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=34.10%
G=31.95%
B=33.95%

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
Decimal22220822100.060.000.13304.2917.584.31
HexDED0DD060D1301254
Octal3363203350601546022124
Binary110111101101000011011101011001101100110000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED0DD; }

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

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

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

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

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

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

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

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