Shades of Snuff #E7C7E4
Tints of Snuff #E7C7E4
RGB
CMYK
RGB Variations
Color information
#E7C7E4 (or 0xE7C7E4) is known color: Snuff. HEX triplet: E7, C7 and E4. RGB value is (231,199,228). Sum of RGB (Red+Green+Blue) = 231+199+228=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C7E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C7E4 is #18381B. Grayscale: #D3D3D3. Windows color (decimal): -1587228 or 14993383. OLE color: 14993383.
HSL color Cylindrical-coordinate representation of color #E7C7E4: hue angle of 305.62º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7C7E4 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 199 | 228 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.09 |
| HSL | 305.63º | 0.4% | 0.84% | - |
| HSV(B) | 305.63º | 0.14% | 0.91% | - |
| XYZ | 67.38 | 63.44 | 82.09 | - |
| YUV | 211.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 199 | 228 | 0 | 0.14 | 0.01 | 0.09 | 305.63 | 0.4 | 0.84 |
| Hex | E7 | C7 | E4 | 0 | E | 1 | 9 | 132 | 28 | 54 |
| Octal | 347 | 307 | 344 | 0 | 16 | 1 | 11 | 462 | 50 | 124 |
| Binary | 11100111 | 11000111 | 11100100 | 0 | 1110 | 1 | 1001 | 100110010 | 101000 | 1010100 |
Color Harmonies of #E7C7E4
Complementary color
Monochromatic Colors of #E7C7E4
Black with #E7C7E4
Text Example
Text Example
White with #E7C7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C7E4; }
p { color: rgb(231,199,228); }
H1.HeaderClassName
{
color: #E7C7E4;
}
.AnyTagClassName
{
color: #E7C7E4;
}
</style>
background-color css
<style>
a { background-color: #E7C7E4; }
a { background-color: rgb(231,199,228); }
div.DivClassName
{
background-color: #E7C7E4;
}
.BgClassName
{
background-color: #E7C7E4;
}
</style>
border-color css
<style>
span { border-color: #E7C7E4; }
span { border-color: rgb(231,199,228); }
td.TdClassName
{
border-color: #E7C7E4;
}
.TagClassName
{
border-color: #E7C7E4;
}
</style>