Shades of Snuff #E8CCE5
Tints of Snuff #E8CCE5
RGB
CMYK
RGB Variations
Color information
#E8CCE5 (or 0xE8CCE5) is known color: Snuff. HEX triplet: E8, CC and E5. RGB value is (232,204,229). Sum of RGB (Red+Green+Blue) = 232+204+229=665 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.89% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CCE5 is #17331A. Grayscale: #D7D7D7. Windows color (decimal): -1520411 or 15060200. OLE color: 15060200.
HSL color Cylindrical-coordinate representation of color #E8CCE5: hue angle of 306.43º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8CCE5 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 229 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.09 |
| HSL | 306.43º | 0.38% | 0.85% | - |
| HSV(B) | 306.43º | 0.12% | 0.91% | - |
| XYZ | 69.01 | 66 | 83.23 | - |
| YUV | 215.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 229 | 0 | 0.12 | 0.01 | 0.09 | 306.43 | 0.38 | 0.85 |
| Hex | E8 | CC | E5 | 0 | C | 1 | 9 | 132 | 26 | 55 |
| Octal | 350 | 314 | 345 | 0 | 14 | 1 | 11 | 462 | 46 | 125 |
| Binary | 11101000 | 11001100 | 11100101 | 0 | 1100 | 1 | 1001 | 100110010 | 100110 | 1010101 |
Color Harmonies of #E8CCE5
Complementary color
Monochromatic Colors of #E8CCE5
Black with #E8CCE5
Text Example
Text Example
White with #E8CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CCE5; }
p { color: rgb(232,204,229); }
H1.HeaderClassName
{
color: #E8CCE5;
}
.AnyTagClassName
{
color: #E8CCE5;
}
</style>
background-color css
<style>
a { background-color: #E8CCE5; }
a { background-color: rgb(232,204,229); }
div.DivClassName
{
background-color: #E8CCE5;
}
.BgClassName
{
background-color: #E8CCE5;
}
</style>
border-color css
<style>
span { border-color: #E8CCE5; }
span { border-color: rgb(232,204,229); }
td.TdClassName
{
border-color: #E8CCE5;
}
.TagClassName
{
border-color: #E8CCE5;
}
</style>