#DECEDD

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

Shades of Snuff #DECEDD

Tints of Snuff #DECEDD

Color information

#DECEDD (or 0xDECEDD) is unknown color: approx Snuff. HEX triplet: DE, CE and DD. RGB value is (222,206,221). Sum of RGB (Red+Green+Blue) = 222+206+221=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEDD is #213122. Grayscale: #D4D4D4. Windows color (decimal): -2175267 or 14536414. OLE color: 14536414.

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

Color convert

RGB222206221-
CMYK00.070.000.13
HSL303.75º19.51%83.92%-
HSV(B)303.75º7.21%87.06%-
XYZ65.2564.8977.49-
YUV212.49132.8134.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.21%
GREEN value IS 206 (80.86% from 255) = 31.74%
BLUE value IS 221 (86.72% from 255) = 34.05%
R=34.21%
G=31.74%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220622100.070.000.13303.7519.5183.92
HexDECEDD070D1301454
Octal3363163350701546024124
Binary110111101100111011011101011101101100110000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEDD; }

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

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

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

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

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

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

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

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