Shades of Snuff #E1CFE1
Tints of Snuff #E1CFE1
RGB
CMYK
RGB Variations
Color information
#E1CFE1 (or 0xE1CFE1) is known color: Snuff. HEX triplet: E1, CF and E1. RGB value is (225,207,225). Sum of RGB (Red+Green+Blue) = 225+207+225=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E1CFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CFE1 is #1E301E. Grayscale: #D6D6D6. Windows color (decimal): -1978399 or 14798817. OLE color: 14798817.
HSL color Cylindrical-coordinate representation of color #E1CFE1: hue angle of 300º degrees, saturation: 0.23, 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 #E1CFE1 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 225 | - |
| CMYK | 0 | 0.08 | 0 | 0.12 |
| HSL | 300º | 0.23% | 0.85% | - |
| HSV(B) | 300º | 0.08% | 0.88% | - |
| XYZ | 66.95 | 66.07 | 80.46 | - |
| YUV | 214.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 225 | 0 | 0.08 | 0 | 0.12 | 300 | 0.23 | 0.85 |
| Hex | E1 | CF | E1 | 0 | 8 | 0 | C | 12C | 17 | 55 |
| Octal | 341 | 317 | 341 | 0 | 10 | 0 | 14 | 454 | 27 | 125 |
| Binary | 11100001 | 11001111 | 11100001 | 0 | 1000 | 0 | 1100 | 100101100 | 10111 | 1010101 |
Color Harmonies of #E1CFE1
Complementary color
Monochromatic Colors of #E1CFE1
Black with #E1CFE1
Text Example
Text Example
White with #E1CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFE1; }
p { color: rgb(225,207,225); }
H1.HeaderClassName
{
color: #E1CFE1;
}
.AnyTagClassName
{
color: #E1CFE1;
}
</style>
background-color css
<style>
a { background-color: #E1CFE1; }
a { background-color: rgb(225,207,225); }
div.DivClassName
{
background-color: #E1CFE1;
}
.BgClassName
{
background-color: #E1CFE1;
}
</style>
border-color css
<style>
span { border-color: #E1CFE1; }
span { border-color: rgb(225,207,225); }
td.TdClassName
{
border-color: #E1CFE1;
}
.TagClassName
{
border-color: #E1CFE1;
}
</style>