Shades of Snuff #E5CFE7
Tints of Snuff #E5CFE7
RGB
CMYK
RGB Variations
Color information
#E5CFE7 (or 0xE5CFE7) is known color: Snuff. HEX triplet: E5, CF and E7. RGB value is (229,207,231). Sum of RGB (Red+Green+Blue) = 229+207+231=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 231 - color contains mainly: blue. Hex color #E5CFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFE7 is #1A3018. Grayscale: #D8D8D8. Windows color (decimal): -1716249 or 15192037. OLE color: 15192037.
HSL color Cylindrical-coordinate representation of color #E5CFE7: hue angle of 295º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CFE7 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 207 | 231 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.09 |
| HSL | 295º | 0.33% | 0.86% | - |
| HSV(B) | 295º | 0.1% | 0.91% | - |
| XYZ | 69.05 | 67.05 | 84.9 | - |
| YUV | 216.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 231 | 0.01 | 0.10 | 0 | 0.09 | 295 | 0.33 | 0.86 |
| Hex | E5 | CF | E7 | 1 | A | 0 | 9 | 127 | 21 | 56 |
| Octal | 345 | 317 | 347 | 1 | 12 | 0 | 11 | 447 | 41 | 126 |
| Binary | 11100101 | 11001111 | 11100111 | 1 | 1010 | 0 | 1001 | 100100111 | 100001 | 1010110 |
Color Harmonies of #E5CFE7
Complementary color
Monochromatic Colors of #E5CFE7
Black with #E5CFE7
Text Example
Text Example
White with #E5CFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CFE7; }
p { color: rgb(229,207,231); }
H1.HeaderClassName
{
color: #E5CFE7;
}
.AnyTagClassName
{
color: #E5CFE7;
}
</style>
background-color css
<style>
a { background-color: #E5CFE7; }
a { background-color: rgb(229,207,231); }
div.DivClassName
{
background-color: #E5CFE7;
}
.BgClassName
{
background-color: #E5CFE7;
}
</style>
border-color css
<style>
span { border-color: #E5CFE7; }
span { border-color: rgb(229,207,231); }
td.TdClassName
{
border-color: #E5CFE7;
}
.TagClassName
{
border-color: #E5CFE7;
}
</style>