Shades of Snuff #E8CFE5
Tints of Snuff #E8CFE5
RGB
CMYK
RGB Variations
Color information
#E8CFE5 (or 0xE8CFE5) is known color: Snuff. HEX triplet: E8, CF and E5. RGB value is (232,207,229). Sum of RGB (Red+Green+Blue) = 232+207+229=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFE5 is #17301A. Grayscale: #D8D8D8. Windows color (decimal): -1519643 or 15060968. OLE color: 15060968.
HSL color Cylindrical-coordinate representation of color #E8CFE5: hue angle of 307.2º 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 #E8CFE5 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 229 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.09 |
| HSL | 307.2º | 0.35% | 0.86% | - |
| HSV(B) | 307.2º | 0.11% | 0.91% | - |
| XYZ | 69.73 | 67.44 | 83.47 | - |
| YUV | 216.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 229 | 0 | 0.11 | 0.01 | 0.09 | 307.2 | 0.35 | 0.86 |
| Hex | E8 | CF | E5 | 0 | B | 1 | 9 | 133 | 23 | 56 |
| Octal | 350 | 317 | 345 | 0 | 13 | 1 | 11 | 463 | 43 | 126 |
| Binary | 11101000 | 11001111 | 11100101 | 0 | 1011 | 1 | 1001 | 100110011 | 100011 | 1010110 |
Color Harmonies of #E8CFE5
Complementary color
Monochromatic Colors of #E8CFE5
Black with #E8CFE5
Text Example
Text Example
White with #E8CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFE5; }
p { color: rgb(232,207,229); }
H1.HeaderClassName
{
color: #E8CFE5;
}
.AnyTagClassName
{
color: #E8CFE5;
}
</style>
background-color css
<style>
a { background-color: #E8CFE5; }
a { background-color: rgb(232,207,229); }
div.DivClassName
{
background-color: #E8CFE5;
}
.BgClassName
{
background-color: #E8CFE5;
}
</style>
border-color css
<style>
span { border-color: #E8CFE5; }
span { border-color: rgb(232,207,229); }
td.TdClassName
{
border-color: #E8CFE5;
}
.TagClassName
{
border-color: #E8CFE5;
}
</style>