Shades of Snuff #E8CFE4
Tints of Snuff #E8CFE4
RGB
CMYK
RGB Variations
Color information
#E8CFE4 (or 0xE8CFE4) is known color: Snuff. HEX triplet: E8, CF and E4. RGB value is (232,207,228). Sum of RGB (Red+Green+Blue) = 232+207+228=667 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.78% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFE4 is #17301B. Grayscale: #D8D8D8. Windows color (decimal): -1519644 or 14995432. OLE color: 14995432.
HSL color Cylindrical-coordinate representation of color #E8CFE4: hue angle of 309.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 #E8CFE4 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 228 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.09 |
| HSL | 309.6º | 0.35% | 0.86% | - |
| HSV(B) | 309.6º | 0.11% | 0.91% | - |
| XYZ | 69.6 | 67.38 | 82.74 | - |
| YUV | 216.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 228 | 0 | 0.11 | 0.02 | 0.09 | 309.6 | 0.35 | 0.86 |
| Hex | E8 | CF | E4 | 0 | B | 2 | 9 | 136 | 23 | 56 |
| Octal | 350 | 317 | 344 | 0 | 13 | 2 | 11 | 466 | 43 | 126 |
| Binary | 11101000 | 11001111 | 11100100 | 0 | 1011 | 10 | 1001 | 100110110 | 100011 | 1010110 |
Color Harmonies of #E8CFE4
Complementary color
Monochromatic Colors of #E8CFE4
Black with #E8CFE4
Text Example
Text Example
White with #E8CFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFE4; }
p { color: rgb(232,207,228); }
H1.HeaderClassName
{
color: #E8CFE4;
}
.AnyTagClassName
{
color: #E8CFE4;
}
</style>
background-color css
<style>
a { background-color: #E8CFE4; }
a { background-color: rgb(232,207,228); }
div.DivClassName
{
background-color: #E8CFE4;
}
.BgClassName
{
background-color: #E8CFE4;
}
</style>
border-color css
<style>
span { border-color: #E8CFE4; }
span { border-color: rgb(232,207,228); }
td.TdClassName
{
border-color: #E8CFE4;
}
.TagClassName
{
border-color: #E8CFE4;
}
</style>