Shades of Snuff #E7CFE5
Tints of Snuff #E7CFE5
RGB
CMYK
RGB Variations
Color information
#E7CFE5 (or 0xE7CFE5) is known color: Snuff. HEX triplet: E7, CF and E5. RGB value is (231,207,229). Sum of RGB (Red+Green+Blue) = 231+207+229=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFE5 is #18301A. Grayscale: #D8D8D8. Windows color (decimal): -1585179 or 15060967. OLE color: 15060967.
HSL color Cylindrical-coordinate representation of color #E7CFE5: hue angle of 305º 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 #E7CFE5 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 229 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.09 |
| HSL | 305º | 0.33% | 0.86% | - |
| HSV(B) | 305º | 0.1% | 0.91% | - |
| XYZ | 69.41 | 67.27 | 83.46 | - |
| YUV | 216.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 229 | 0 | 0.10 | 0.01 | 0.09 | 305 | 0.33 | 0.86 |
| Hex | E7 | CF | E5 | 0 | A | 1 | 9 | 131 | 21 | 56 |
| Octal | 347 | 317 | 345 | 0 | 12 | 1 | 11 | 461 | 41 | 126 |
| Binary | 11100111 | 11001111 | 11100101 | 0 | 1010 | 1 | 1001 | 100110001 | 100001 | 1010110 |
Color Harmonies of #E7CFE5
Complementary color
Monochromatic Colors of #E7CFE5
Black with #E7CFE5
Text Example
Text Example
White with #E7CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFE5; }
p { color: rgb(231,207,229); }
H1.HeaderClassName
{
color: #E7CFE5;
}
.AnyTagClassName
{
color: #E7CFE5;
}
</style>
background-color css
<style>
a { background-color: #E7CFE5; }
a { background-color: rgb(231,207,229); }
div.DivClassName
{
background-color: #E7CFE5;
}
.BgClassName
{
background-color: #E7CFE5;
}
</style>
border-color css
<style>
span { border-color: #E7CFE5; }
span { border-color: rgb(231,207,229); }
td.TdClassName
{
border-color: #E7CFE5;
}
.TagClassName
{
border-color: #E7CFE5;
}
</style>