#DECCE0

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

Shades of Snuff #DECCE0

Tints of Snuff #DECCE0

Color information

#DECCE0 (or 0xDECCE0) is unknown color: approx Snuff. HEX triplet: DE, CC and E0. RGB value is (222,204,224). Sum of RGB (Red+Green+Blue) = 222+204+224=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 224 - color contains mainly: blue. Hex color #DECCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCE0 is #21331F. Grayscale: #D3D3D3. Windows color (decimal): -2175776 or 14732510. OLE color: 14732510.

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

Color convert

RGB222204224-
CMYK0.010.0900.12
HSL294º24.39%83.92%-
HSV(B)294º8.93%87.84%-
XYZ65.1764.179.46-
YUV211.66134.96135.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.15%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 224 (87.89% from 255) = 34.46%
R=34.15%
G=31.38%
B=34.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222042240.010.0900.1229424.3983.92
HexDECCE0190C1261854
Octal33631434011101444630124
Binary1101111011001100111000001100101100100100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCE0; }

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

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

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

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

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

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

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

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