Shades of Snuff #DECBE1
Tints of Snuff #DECBE1
RGB
CMYK
RGB Variations
Color information
#DECBE1 (or 0xDECBE1) is known color: Snuff. HEX triplet: DE, CB and E1. RGB value is (222,203,225). Sum of RGB (Red+Green+Blue) = 222+203+225=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 225 - color contains mainly: blue. Hex color #DECBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBE1 is #21341E. Grayscale: #D3D3D3. Windows color (decimal): -2176031 or 14797790. OLE color: 14797790.
HSL color Cylindrical-coordinate representation of color #DECBE1: hue angle of 291.82º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DECBE1 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 203 | 225 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.12 |
| HSL | 291.82º | 0.27% | 0.84% | - |
| HSV(B) | 291.82º | 0.1% | 0.88% | - |
| XYZ | 65.07 | 63.68 | 80.1 | - |
| YUV | 211.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 225 | 0.01 | 0.10 | 0 | 0.12 | 291.82 | 0.27 | 0.84 |
| Hex | DE | CB | E1 | 1 | A | 0 | C | 124 | 1B | 54 |
| Octal | 336 | 313 | 341 | 1 | 12 | 0 | 14 | 444 | 33 | 124 |
| Binary | 11011110 | 11001011 | 11100001 | 1 | 1010 | 0 | 1100 | 100100100 | 11011 | 1010100 |
Color Harmonies of #DECBE1
Complementary color
Monochromatic Colors of #DECBE1
Black with #DECBE1
Text Example
Text Example
White with #DECBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECBE1; }
p { color: rgb(222,203,225); }
H1.HeaderClassName
{
color: #DECBE1;
}
.AnyTagClassName
{
color: #DECBE1;
}
</style>
background-color css
<style>
a { background-color: #DECBE1; }
a { background-color: rgb(222,203,225); }
div.DivClassName
{
background-color: #DECBE1;
}
.BgClassName
{
background-color: #DECBE1;
}
</style>
border-color css
<style>
span { border-color: #DECBE1; }
span { border-color: rgb(222,203,225); }
td.TdClassName
{
border-color: #DECBE1;
}
.TagClassName
{
border-color: #DECBE1;
}
</style>