Shades of Snuff #E7C5E9
Tints of Snuff #E7C5E9
RGB
CMYK
RGB Variations
Color information
#E7C5E9 (or 0xE7C5E9) is known color: Snuff. HEX triplet: E7, C5 and E9. RGB value is (231,197,233). Sum of RGB (Red+Green+Blue) = 231+197+233=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 197 (77.34% from 255 or 29.80% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 233 - color contains mainly: blue. Hex color #E7C5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C5E9 is #183A16. Grayscale: #D3D3D3. Windows color (decimal): -1587735 or 15320551. OLE color: 15320551.
HSL color Cylindrical-coordinate representation of color #E7C5E9: hue angle of 296.67º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7C5E9 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 197 | 233 | - |
CMYK | 0.01 | 0.15 | 0 | 0.09 |
HSL | 296.67º | 0.45% | 0.84% | - |
HSV(B) | 296.67º | 0.15% | 0.91% | - |
XYZ | 67.63 | 62.8 | 85.65 | - |
YUV | 211.27 | 140.26 | 142.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 197 | 233 | 0.01 | 0.15 | 0 | 0.09 | 296.67 | 0.45 | 0.84 |
Hex | E7 | C5 | E9 | 1 | F | 0 | 9 | 129 | 2D | 54 |
Octal | 347 | 305 | 351 | 1 | 17 | 0 | 11 | 451 | 55 | 124 |
Binary | 11100111 | 11000101 | 11101001 | 1 | 1111 | 0 | 1001 | 100101001 | 101101 | 1010100 |
Color Harmonies of #E7C5E9
Complementary color
Monochromatic Colors of #E7C5E9
Black with #E7C5E9
Text Example
Text Example
White with #E7C5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C5E9; }
p { color: rgb(231,197,233); }
H1.HeaderClassName
{
color: #E7C5E9;
}
.AnyTagClassName
{
color: #E7C5E9;
}
</style>
background-color css
<style>
a { background-color: #E7C5E9; }
a { background-color: rgb(231,197,233); }
div.DivClassName
{
background-color: #E7C5E9;
}
.BgClassName
{
background-color: #E7C5E9;
}
</style>
border-color css
<style>
span { border-color: #E7C5E9; }
span { border-color: rgb(231,197,233); }
td.TdClassName
{
border-color: #E7C5E9;
}
.TagClassName
{
border-color: #E7C5E9;
}
</style>