Shades of Snuff #E8CAE8
Tints of Snuff #E8CAE8
RGB
CMYK
RGB Variations
Color information
#E8CAE8 (or 0xE8CAE8) is known color: Snuff. HEX triplet: E8, CA and E8. RGB value is (232,202,232). Sum of RGB (Red+Green+Blue) = 232+202+232=666 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.83% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 232 (91.02% from 255 or 34.83% from 666); Max value from RGB is 232 - color contains mainly: red, blue. Hex color #E8CAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CAE8 is #173517. Grayscale: #D6D6D6. Windows color (decimal): -1520920 or 15256296. OLE color: 15256296.
HSL color Cylindrical-coordinate representation of color #E8CAE8: hue angle of 300º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8CAE8 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 232 | - |
| CMYK | 0 | 0.13 | 0 | 0.09 |
| HSL | 300º | 0.39% | 0.85% | - |
| HSV(B) | 300º | 0.13% | 0.91% | - |
| XYZ | 68.96 | 65.22 | 85.3 | - |
| YUV | 214.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 232 | 0 | 0.13 | 0 | 0.09 | 300 | 0.39 | 0.85 |
| Hex | E8 | CA | E8 | 0 | D | 0 | 9 | 12C | 27 | 55 |
| Octal | 350 | 312 | 350 | 0 | 15 | 0 | 11 | 454 | 47 | 125 |
| Binary | 11101000 | 11001010 | 11101000 | 0 | 1101 | 0 | 1001 | 100101100 | 100111 | 1010101 |
Color Harmonies of #E8CAE8
Complementary color
Monochromatic Colors of #E8CAE8
Black with #E8CAE8
Text Example
Text Example
White with #E8CAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CAE8; }
p { color: rgb(232,202,232); }
H1.HeaderClassName
{
color: #E8CAE8;
}
.AnyTagClassName
{
color: #E8CAE8;
}
</style>
background-color css
<style>
a { background-color: #E8CAE8; }
a { background-color: rgb(232,202,232); }
div.DivClassName
{
background-color: #E8CAE8;
}
.BgClassName
{
background-color: #E8CAE8;
}
</style>
border-color css
<style>
span { border-color: #E8CAE8; }
span { border-color: rgb(232,202,232); }
td.TdClassName
{
border-color: #E8CAE8;
}
.TagClassName
{
border-color: #E8CAE8;
}
</style>