Shades of Snuff #E4C6E8
Tints of Snuff #E4C6E8
RGB
CMYK
RGB Variations
Color information
#E4C6E8 (or 0xE4C6E8) is known color: Snuff. HEX triplet: E4, C6 and E8. RGB value is (228,198,232). Sum of RGB (Red+Green+Blue) = 228+198+232=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 232 - color contains mainly: blue. Hex color #E4C6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C6E8 is #1B3917. Grayscale: #D2D2D2. Windows color (decimal): -1784088 or 15255268. OLE color: 15255268.
HSL color Cylindrical-coordinate representation of color #E4C6E8: hue angle of 292.94º degrees, saturation: 0.43, 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 #E4C6E8 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 198 | 232 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.09 |
| HSL | 292.94º | 0.43% | 0.84% | - |
| HSV(B) | 292.94º | 0.15% | 0.91% | - |
| XYZ | 66.75 | 62.71 | 84.93 | - |
| YUV | 210.85 | 139.94 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 198 | 232 | 0.02 | 0.15 | 0 | 0.09 | 292.94 | 0.43 | 0.84 |
| Hex | E4 | C6 | E8 | 2 | F | 0 | 9 | 125 | 2A | 54 |
| Octal | 344 | 306 | 350 | 2 | 17 | 0 | 11 | 445 | 52 | 124 |
| Binary | 11100100 | 11000110 | 11101000 | 10 | 1111 | 0 | 1001 | 100100101 | 101010 | 1010100 |
Color Harmonies of #E4C6E8
Complementary color
Monochromatic Colors of #E4C6E8
Black with #E4C6E8
Text Example
Text Example
White with #E4C6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C6E8; }
p { color: rgb(228,198,232); }
H1.HeaderClassName
{
color: #E4C6E8;
}
.AnyTagClassName
{
color: #E4C6E8;
}
</style>
background-color css
<style>
a { background-color: #E4C6E8; }
a { background-color: rgb(228,198,232); }
div.DivClassName
{
background-color: #E4C6E8;
}
.BgClassName
{
background-color: #E4C6E8;
}
</style>
border-color css
<style>
span { border-color: #E4C6E8; }
span { border-color: rgb(228,198,232); }
td.TdClassName
{
border-color: #E4C6E8;
}
.TagClassName
{
border-color: #E4C6E8;
}
</style>