Shades of Snuff #E7CCE8
Tints of Snuff #E7CCE8
RGB
CMYK
RGB Variations
Color information
#E7CCE8 (or 0xE7CCE8) is known color: Snuff. HEX triplet: E7, CC and E8. RGB value is (231,204,232). Sum of RGB (Red+Green+Blue) = 231+204+232=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 232 (91.02% from 255 or 34.78% from 667); Max value from RGB is 232 - color contains mainly: blue. Hex color #E7CCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CCE8 is #183317. Grayscale: #D7D7D7. Windows color (decimal): -1585944 or 15256807. OLE color: 15256807.
HSL color Cylindrical-coordinate representation of color #E7CCE8: hue angle of 297.86º 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 #E7CCE8 is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 204 | 232 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.09 |
| HSL | 297.86º | 0.38% | 0.85% | - |
| HSV(B) | 297.86º | 0.12% | 0.91% | - |
| XYZ | 69.11 | 66 | 85.44 | - |
| YUV | 215.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 232 | 0.00 | 0.12 | 0 | 0.09 | 297.86 | 0.38 | 0.85 |
| Hex | E7 | CC | E8 | 0 | C | 0 | 9 | 12A | 26 | 55 |
| Octal | 347 | 314 | 350 | 0 | 14 | 0 | 11 | 452 | 46 | 125 |
| Binary | 11100111 | 11001100 | 11101000 | 0 | 1100 | 0 | 1001 | 100101010 | 100110 | 1010101 |
Color Harmonies of #E7CCE8
Complementary color
Monochromatic Colors of #E7CCE8
Black with #E7CCE8
Text Example
Text Example
White with #E7CCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CCE8; }
p { color: rgb(231,204,232); }
H1.HeaderClassName
{
color: #E7CCE8;
}
.AnyTagClassName
{
color: #E7CCE8;
}
</style>
background-color css
<style>
a { background-color: #E7CCE8; }
a { background-color: rgb(231,204,232); }
div.DivClassName
{
background-color: #E7CCE8;
}
.BgClassName
{
background-color: #E7CCE8;
}
</style>
border-color css
<style>
span { border-color: #E7CCE8; }
span { border-color: rgb(231,204,232); }
td.TdClassName
{
border-color: #E7CCE8;
}
.TagClassName
{
border-color: #E7CCE8;
}
</style>