Shades of Snuff #E1CCE5
Tints of Snuff #E1CCE5
RGB
CMYK
RGB Variations
Color information
#E1CCE5 (or 0xE1CCE5) is known color: Snuff. HEX triplet: E1, CC and E5. RGB value is (225,204,229). Sum of RGB (Red+Green+Blue) = 225+204+229=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 229 - color contains mainly: blue. Hex color #E1CCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCE5 is #1E331A. Grayscale: #D5D5D5. Windows color (decimal): -1979163 or 15060193. OLE color: 15060193.
HSL color Cylindrical-coordinate representation of color #E1CCE5: hue angle of 290.4º degrees, saturation: 0.32, 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 #E1CCE5 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 204 | 229 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.10 |
| HSL | 290.4º | 0.32% | 0.85% | - |
| HSV(B) | 290.4º | 0.11% | 0.9% | - |
| XYZ | 66.79 | 64.85 | 83.13 | - |
| YUV | 213.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 229 | 0.02 | 0.11 | 0 | 0.10 | 290.4 | 0.32 | 0.85 |
| Hex | E1 | CC | E5 | 2 | B | 0 | A | 122 | 20 | 55 |
| Octal | 341 | 314 | 345 | 2 | 13 | 0 | 12 | 442 | 40 | 125 |
| Binary | 11100001 | 11001100 | 11100101 | 10 | 1011 | 0 | 1010 | 100100010 | 100000 | 1010101 |
Color Harmonies of #E1CCE5
Complementary color
Monochromatic Colors of #E1CCE5
Black with #E1CCE5
Text Example
Text Example
White with #E1CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCE5; }
p { color: rgb(225,204,229); }
H1.HeaderClassName
{
color: #E1CCE5;
}
.AnyTagClassName
{
color: #E1CCE5;
}
</style>
background-color css
<style>
a { background-color: #E1CCE5; }
a { background-color: rgb(225,204,229); }
div.DivClassName
{
background-color: #E1CCE5;
}
.BgClassName
{
background-color: #E1CCE5;
}
</style>
border-color css
<style>
span { border-color: #E1CCE5; }
span { border-color: rgb(225,204,229); }
td.TdClassName
{
border-color: #E1CCE5;
}
.TagClassName
{
border-color: #E1CCE5;
}
</style>