#DED2DD

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

Shades of Snuff #DED2DD

Tints of Snuff #DED2DD

Color information

#DED2DD (or 0xDED2DD) is unknown color: approx Snuff. HEX triplet: DE, D2 and DD. RGB value is (222,210,221). Sum of RGB (Red+Green+Blue) = 222+210+221=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED2DD is #212D22. Grayscale: #D6D6D6. Windows color (decimal): -2174243 or 14537438. OLE color: 14537438.

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

Color convert

RGB222210221-
CMYK00.050.000.13
HSL305º15.38%84.71%-
HSV(B)305º5.41%87.06%-
XYZ66.2266.8477.82-
YUV214.84131.48133.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 210 (82.42% from 255) = 32.16%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=34.00%
G=32.16%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221022100.050.000.1330515.3884.71
HexDED2DD050D131f55
Octal3363223350501546117125
Binary11011110110100101101110101010110110011000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED2DD; }

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

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

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

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

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

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

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

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