#DED4DE

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

Shades of Snuff #DED4DE

Tints of Snuff #DED4DE

Color information

#DED4DE (or 0xDED4DE) is unknown color: approx Snuff. HEX triplet: DE, D4 and DE. RGB value is (222,212,222). Sum of RGB (Red+Green+Blue) = 222+212+222=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DED4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED4DE is #212B21. Grayscale: #D8D8D8. Windows color (decimal): -2173730 or 14603486. OLE color: 14603486.

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

Color convert

RGB222212222-
CMYK00.0500.13
HSL300º13.16%85.1%-
HSV(B)300º4.5%87.06%-
XYZ66.8567.8978.69-
YUV216.13131.31132.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.84%
GREEN value IS 212 (83.20% from 255) = 32.32%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=33.84%
G=32.32%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221222200.0500.1330013.1685.1
HexDED4DE050D12cd55
Octal3363243360501545415125
Binary11011110110101001101111001010110110010110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED4DE; }

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

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

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

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

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

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

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

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