#DED4DC

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

Shades of Snuff #DED4DC

Tints of Snuff #DED4DC

Color information

#DED4DC (or 0xDED4DC) is unknown color: approx Snuff. HEX triplet: DE, D4 and DC. RGB value is (222,212,220). Sum of RGB (Red+Green+Blue) = 222+212+220=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED4DC is #212B23. Grayscale: #D7D7D7. Windows color (decimal): -2173732 or 14472414. OLE color: 14472414.

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

Color convert

RGB222212220-
CMYK00.050.010.13
HSL312º13.16%85.1%-
HSV(B)312º4.5%87.06%-
XYZ66.5967.7877.28-
YUV215.9130.31132.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 212 (83.20% from 255) = 32.42%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=33.94%
G=32.42%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221222000.050.010.1331213.1685.1
HexDED4DC051D138d55
Octal3363243340511547015125
Binary11011110110101001101110001011110110011100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED4DC; }

 p { color: rgb(222,212,220); }

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

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

 a { background-color: rgb(222,212,220); }

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

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

 span { border-color: rgb(222,212,220); }

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