#DECEDE

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

Shades of Snuff #DECEDE

Tints of Snuff #DECEDE

Color information

#DECEDE (or 0xDECEDE) is unknown color: approx Snuff. HEX triplet: DE, CE and DE. RGB value is (222,206,222). Sum of RGB (Red+Green+Blue) = 222+206+222=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DECEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEDE is #213121. Grayscale: #D4D4D4. Windows color (decimal): -2175266 or 14601950. OLE color: 14601950.

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

Color convert

RGB222206222-
CMYK00.0700.13
HSL300º19.51%83.92%-
HSV(B)300º7.21%87.06%-
XYZ65.3864.9578.2-
YUV212.61133.3134.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.15%
GREEN value IS 206 (80.86% from 255) = 31.69%
BLUE value IS 222 (87.11% from 255) = 34.15%
R=34.15%
G=31.69%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220622200.0700.1330019.5183.92
HexDECEDE070D12c1454
Octal3363163360701545424124
Binary110111101100111011011110011101101100101100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEDE; }

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

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

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

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

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

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

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

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