Shades of Snuff #E0C7E5
Tints of Snuff #E0C7E5
RGB
CMYK
RGB Variations
Color information
#E0C7E5 (or 0xE0C7E5) is known color: Snuff. HEX triplet: E0, C7 and E5. RGB value is (224,199,229). Sum of RGB (Red+Green+Blue) = 224+199+229=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0C7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C7E5 is #1F381A. Grayscale: #D1D1D1. Windows color (decimal): -2045979 or 15058912. OLE color: 15058912.
HSL color Cylindrical-coordinate representation of color #E0C7E5: hue angle of 290º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0C7E5 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 199 | 229 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.10 |
| HSL | 290º | 0.37% | 0.84% | - |
| HSV(B) | 290º | 0.13% | 0.9% | - |
| XYZ | 65.31 | 62.35 | 82.72 | - |
| YUV | 209.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 229 | 0.02 | 0.13 | 0 | 0.10 | 290 | 0.37 | 0.84 |
| Hex | E0 | C7 | E5 | 2 | D | 0 | A | 122 | 25 | 54 |
| Octal | 340 | 307 | 345 | 2 | 15 | 0 | 12 | 442 | 45 | 124 |
| Binary | 11100000 | 11000111 | 11100101 | 10 | 1101 | 0 | 1010 | 100100010 | 100101 | 1010100 |
Color Harmonies of #E0C7E5
Complementary color
Monochromatic Colors of #E0C7E5
Black with #E0C7E5
Text Example
Text Example
White with #E0C7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C7E5; }
p { color: rgb(224,199,229); }
H1.HeaderClassName
{
color: #E0C7E5;
}
.AnyTagClassName
{
color: #E0C7E5;
}
</style>
background-color css
<style>
a { background-color: #E0C7E5; }
a { background-color: rgb(224,199,229); }
div.DivClassName
{
background-color: #E0C7E5;
}
.BgClassName
{
background-color: #E0C7E5;
}
</style>
border-color css
<style>
span { border-color: #E0C7E5; }
span { border-color: rgb(224,199,229); }
td.TdClassName
{
border-color: #E0C7E5;
}
.TagClassName
{
border-color: #E0C7E5;
}
</style>