Shades of Snuff #E7CFE8
Tints of Snuff #E7CFE8
RGB
CMYK
RGB Variations
Color information
#E7CFE8 (or 0xE7CFE8) is known color: Snuff. HEX triplet: E7, CF and E8. RGB value is (231,207,232). Sum of RGB (Red+Green+Blue) = 231+207+232=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 232 - color contains mainly: blue. Hex color #E7CFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CFE8 is #183017. Grayscale: #D8D8D8. Windows color (decimal): -1585176 or 15257575. OLE color: 15257575.
HSL color Cylindrical-coordinate representation of color #E7CFE8: hue angle of 297.6º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7CFE8 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 232 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.09 |
| HSL | 297.6º | 0.35% | 0.86% | - |
| HSV(B) | 297.6º | 0.11% | 0.91% | - |
| XYZ | 69.83 | 67.44 | 85.68 | - |
| YUV | 217.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 232 | 0.00 | 0.11 | 0 | 0.09 | 297.6 | 0.35 | 0.86 |
| Hex | E7 | CF | E8 | 0 | B | 0 | 9 | 12A | 23 | 56 |
| Octal | 347 | 317 | 350 | 0 | 13 | 0 | 11 | 452 | 43 | 126 |
| Binary | 11100111 | 11001111 | 11101000 | 0 | 1011 | 0 | 1001 | 100101010 | 100011 | 1010110 |
Color Harmonies of #E7CFE8
Complementary color
Monochromatic Colors of #E7CFE8
Black with #E7CFE8
Text Example
Text Example
White with #E7CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFE8; }
p { color: rgb(231,207,232); }
H1.HeaderClassName
{
color: #E7CFE8;
}
.AnyTagClassName
{
color: #E7CFE8;
}
</style>
background-color css
<style>
a { background-color: #E7CFE8; }
a { background-color: rgb(231,207,232); }
div.DivClassName
{
background-color: #E7CFE8;
}
.BgClassName
{
background-color: #E7CFE8;
}
</style>
border-color css
<style>
span { border-color: #E7CFE8; }
span { border-color: rgb(231,207,232); }
td.TdClassName
{
border-color: #E7CFE8;
}
.TagClassName
{
border-color: #E7CFE8;
}
</style>