#DEDADE

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

Shades of Snuff #DEDADE

Tints of Snuff #DEDADE

Color information

#DEDADE (or 0xDEDADE) is unknown color: approx Snuff. HEX triplet: DE, DA and DE. RGB value is (222,218,222). Sum of RGB (Red+Green+Blue) = 222+218+222=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEDADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDADE is #212521. Grayscale: #DBDBDB. Windows color (decimal): -2172194 or 14605022. OLE color: 14605022.

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

Color convert

RGB222218222-
CMYK00.0200.13
HSL300º5.71%86.27%-
HSV(B)300º1.8%87.06%-
XYZ68.3870.9579.2-
YUV219.65129.33129.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.53%
GREEN value IS 218 (85.55% from 255) = 32.93%
BLUE value IS 222 (87.11% from 255) = 33.53%
R=33.53%
G=32.93%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221822200.0200.133005.7186.27
HexDEDADE020D12c656
Octal336332336020154546126
Binary110111101101101011011110010011011001011001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDADE; }

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

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

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

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

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

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

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

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