#DECBE0

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

Shades of Snuff #DECBE0

Tints of Snuff #DECBE0

Color information

#DECBE0 (or 0xDECBE0) is unknown color: approx Snuff. HEX triplet: DE, CB and E0. RGB value is (222,203,224). Sum of RGB (Red+Green+Blue) = 222+203+224=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 224 - color contains mainly: blue. Hex color #DECBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBE0 is #21341F. Grayscale: #D3D3D3. Windows color (decimal): -2176032 or 14732254. OLE color: 14732254.

HSL color Cylindrical-coordinate representation of color #DECBE0: hue angle of 294.29º degrees, saturation: 0.25, 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 #DECBE0 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222203224-
CMYK0.010.0900.12
HSL294.29º25.3%83.73%-
HSV(B)294.29º9.38%87.84%-
XYZ64.9363.6279.38-
YUV211.08135.29135.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.21%
GREEN value IS 203 (79.69% from 255) = 31.28%
BLUE value IS 224 (87.89% from 255) = 34.51%
R=34.21%
G=31.28%
B=34.51%

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
Decimal2222032240.010.0900.12294.2925.383.73
HexDECBE0190C1261954
Octal33631334011101444631124
Binary1101111011001011111000001100101100100100110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBE0; }

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

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

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

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

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

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

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

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