Shades of Snuff #E1CBE1
Tints of Snuff #E1CBE1
RGB
CMYK
RGB Variations
Color information
#E1CBE1 (or 0xE1CBE1) is known color: Snuff. HEX triplet: E1, CB and E1. RGB value is (225,203,225). Sum of RGB (Red+Green+Blue) = 225+203+225=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E1CBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBE1 is #1E341E. Grayscale: #D4D4D4. Windows color (decimal): -1979423 or 14797793. OLE color: 14797793.
HSL color Cylindrical-coordinate representation of color #E1CBE1: hue angle of 300º 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 #E1CBE1 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 225 | - |
| CMYK | 0 | 0.10 | 0 | 0.12 |
| HSL | 300º | 0.27% | 0.84% | - |
| HSV(B) | 300º | 0.1% | 0.88% | - |
| XYZ | 66 | 64.16 | 80.14 | - |
| YUV | 212.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 225 | 0 | 0.10 | 0 | 0.12 | 300 | 0.27 | 0.84 |
| Hex | E1 | CB | E1 | 0 | A | 0 | C | 12C | 1B | 54 |
| Octal | 341 | 313 | 341 | 0 | 12 | 0 | 14 | 454 | 33 | 124 |
| Binary | 11100001 | 11001011 | 11100001 | 0 | 1010 | 0 | 1100 | 100101100 | 11011 | 1010100 |
Color Harmonies of #E1CBE1
Complementary color
Monochromatic Colors of #E1CBE1
Black with #E1CBE1
Text Example
Text Example
White with #E1CBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBE1; }
p { color: rgb(225,203,225); }
H1.HeaderClassName
{
color: #E1CBE1;
}
.AnyTagClassName
{
color: #E1CBE1;
}
</style>
background-color css
<style>
a { background-color: #E1CBE1; }
a { background-color: rgb(225,203,225); }
div.DivClassName
{
background-color: #E1CBE1;
}
.BgClassName
{
background-color: #E1CBE1;
}
</style>
border-color css
<style>
span { border-color: #E1CBE1; }
span { border-color: rgb(225,203,225); }
td.TdClassName
{
border-color: #E1CBE1;
}
.TagClassName
{
border-color: #E1CBE1;
}
</style>