Shades of Snuff #E1CBE5
Tints of Snuff #E1CBE5
RGB
CMYK
RGB Variations
Color information
#E1CBE5 (or 0xE1CBE5) is known color: Snuff. HEX triplet: E1, CB and E5. RGB value is (225,203,229). Sum of RGB (Red+Green+Blue) = 225+203+229=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 229 - color contains mainly: blue. Hex color #E1CBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBE5 is #1E341A. Grayscale: #D4D4D4. Windows color (decimal): -1979419 or 15059937. OLE color: 15059937.
HSL color Cylindrical-coordinate representation of color #E1CBE5: hue angle of 290.77º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1CBE5 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 203 | 229 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.10 |
| HSL | 290.77º | 0.33% | 0.85% | - |
| HSV(B) | 290.77º | 0.11% | 0.9% | - |
| XYZ | 66.55 | 64.38 | 83.05 | - |
| YUV | 212.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 229 | 0.02 | 0.11 | 0 | 0.10 | 290.77 | 0.33 | 0.85 |
| Hex | E1 | CB | E5 | 2 | B | 0 | A | 123 | 21 | 55 |
| Octal | 341 | 313 | 345 | 2 | 13 | 0 | 12 | 443 | 41 | 125 |
| Binary | 11100001 | 11001011 | 11100101 | 10 | 1011 | 0 | 1010 | 100100011 | 100001 | 1010101 |
Color Harmonies of #E1CBE5
Complementary color
Monochromatic Colors of #E1CBE5
Black with #E1CBE5
Text Example
Text Example
White with #E1CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBE5; }
p { color: rgb(225,203,229); }
H1.HeaderClassName
{
color: #E1CBE5;
}
.AnyTagClassName
{
color: #E1CBE5;
}
</style>
background-color css
<style>
a { background-color: #E1CBE5; }
a { background-color: rgb(225,203,229); }
div.DivClassName
{
background-color: #E1CBE5;
}
.BgClassName
{
background-color: #E1CBE5;
}
</style>
border-color css
<style>
span { border-color: #E1CBE5; }
span { border-color: rgb(225,203,229); }
td.TdClassName
{
border-color: #E1CBE5;
}
.TagClassName
{
border-color: #E1CBE5;
}
</style>