Shades of Snuff #E8CCEA
Tints of Snuff #E8CCEA
RGB
CMYK
RGB Variations
Color information
#E8CCEA (or 0xE8CCEA) is known color: Snuff. HEX triplet: E8, CC and EA. RGB value is (232,204,234). Sum of RGB (Red+Green+Blue) = 232+204+234=670 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.63% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8CCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CCEA is #173315. Grayscale: #D7D7D7. Windows color (decimal): -1520406 or 15387880. OLE color: 15387880.
HSL color Cylindrical-coordinate representation of color #E8CCEA: hue angle of 296º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8CCEA is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 204 | 234 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.08 |
| HSL | 296º | 0.42% | 0.86% | - |
| HSV(B) | 296º | 0.13% | 0.92% | - |
| XYZ | 69.72 | 66.28 | 86.96 | - |
| YUV | 215.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 234 | 0.01 | 0.13 | 0 | 0.08 | 296 | 0.42 | 0.86 |
| Hex | E8 | CC | EA | 1 | D | 0 | 8 | 128 | 2A | 56 |
| Octal | 350 | 314 | 352 | 1 | 15 | 0 | 10 | 450 | 52 | 126 |
| Binary | 11101000 | 11001100 | 11101010 | 1 | 1101 | 0 | 1000 | 100101000 | 101010 | 1010110 |
Color Harmonies of #E8CCEA
Complementary color
Monochromatic Colors of #E8CCEA
Black with #E8CCEA
Text Example
Text Example
White with #E8CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CCEA; }
p { color: rgb(232,204,234); }
H1.HeaderClassName
{
color: #E8CCEA;
}
.AnyTagClassName
{
color: #E8CCEA;
}
</style>
background-color css
<style>
a { background-color: #E8CCEA; }
a { background-color: rgb(232,204,234); }
div.DivClassName
{
background-color: #E8CCEA;
}
.BgClassName
{
background-color: #E8CCEA;
}
</style>
border-color css
<style>
span { border-color: #E8CCEA; }
span { border-color: rgb(232,204,234); }
td.TdClassName
{
border-color: #E8CCEA;
}
.TagClassName
{
border-color: #E8CCEA;
}
</style>