Shades of Snuff #E1CEE0
Tints of Snuff #E1CEE0
RGB
CMYK
RGB Variations
Color information
#E1CEE0 (or 0xE1CEE0) is known color: Snuff. HEX triplet: E1, CE and E0. RGB value is (225,206,224). Sum of RGB (Red+Green+Blue) = 225+206+224=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CEE0 is #1E311F. Grayscale: #D5D5D5. Windows color (decimal): -1978656 or 14733025. OLE color: 14733025.
HSL color Cylindrical-coordinate representation of color #E1CEE0: hue angle of 303.16º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1CEE0 is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 224 | - |
| CMYK | 0 | 0.08 | 0.00 | 0.12 |
| HSL | 303.16º | 0.24% | 0.85% | - |
| HSV(B) | 303.16º | 0.08% | 0.88% | - |
| XYZ | 66.58 | 65.53 | 79.66 | - |
| YUV | 213.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 224 | 0 | 0.08 | 0.00 | 0.12 | 303.16 | 0.24 | 0.85 |
| Hex | E1 | CE | E0 | 0 | 8 | 0 | C | 12F | 18 | 55 |
| Octal | 341 | 316 | 340 | 0 | 10 | 0 | 14 | 457 | 30 | 125 |
| Binary | 11100001 | 11001110 | 11100000 | 0 | 1000 | 0 | 1100 | 100101111 | 11000 | 1010101 |
Color Harmonies of #E1CEE0
Complementary color
Monochromatic Colors of #E1CEE0
Black with #E1CEE0
Text Example
Text Example
White with #E1CEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEE0; }
p { color: rgb(225,206,224); }
H1.HeaderClassName
{
color: #E1CEE0;
}
.AnyTagClassName
{
color: #E1CEE0;
}
</style>
background-color css
<style>
a { background-color: #E1CEE0; }
a { background-color: rgb(225,206,224); }
div.DivClassName
{
background-color: #E1CEE0;
}
.BgClassName
{
background-color: #E1CEE0;
}
</style>
border-color css
<style>
span { border-color: #E1CEE0; }
span { border-color: rgb(225,206,224); }
td.TdClassName
{
border-color: #E1CEE0;
}
.TagClassName
{
border-color: #E1CEE0;
}
</style>