#DECEE0

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

Shades of Snuff #DECEE0

Tints of Snuff #DECEE0

Color information

#DECEE0 (or 0xDECEE0) is unknown color: approx Snuff. HEX triplet: DE, CE and E0. RGB value is (222,206,224). Sum of RGB (Red+Green+Blue) = 222+206+224=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 224 - color contains mainly: blue. Hex color #DECEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEE0 is #21311F. Grayscale: #D4D4D4. Windows color (decimal): -2175264 or 14733022. OLE color: 14733022.

HSL color Cylindrical-coordinate representation of color #DECEE0: hue angle of 293.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DECEE0 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222206224-
CMYK0.010.0800.12
HSL293.33º22.5%84.31%-
HSV(B)293.33º8.04%87.84%-
XYZ65.6565.0579.62-
YUV212.84134.3134.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 224 (87.89% from 255) = 34.36%
R=34.05%
G=31.60%
B=34.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222062240.010.0800.12293.3322.584.31
HexDECEE0180C1251654
Octal33631634011001444526124
Binary1101111011001110111000001100001100100100101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEE0; }

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

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

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

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

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

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

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

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