Shades of Snuff #E4C0EB
Tints of Snuff #E4C0EB
RGB
CMYK
RGB Variations
Color information
#E4C0EB (or 0xE4C0EB) is known color: Snuff. HEX triplet: E4, C0 and EB. RGB value is (228,192,235). Sum of RGB (Red+Green+Blue) = 228+192+235=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C0EB is #1B3F14. Grayscale: #CFCFCF. Windows color (decimal): -1785621 or 15450340. OLE color: 15450340.
HSL color Cylindrical-coordinate representation of color #E4C0EB: hue angle of 290.23º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4C0EB is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 192 | 235 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.08 |
| HSL | 290.23º | 0.52% | 0.84% | - |
| HSV(B) | 290.23º | 0.18% | 0.92% | - |
| XYZ | 65.84 | 60.19 | 86.75 | - |
| YUV | 207.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 235 | 0.03 | 0.18 | 0 | 0.08 | 290.23 | 0.52 | 0.84 |
| Hex | E4 | C0 | EB | 3 | 12 | 0 | 8 | 122 | 34 | 54 |
| Octal | 344 | 300 | 353 | 3 | 22 | 0 | 10 | 442 | 64 | 124 |
| Binary | 11100100 | 11000000 | 11101011 | 11 | 10010 | 0 | 1000 | 100100010 | 110100 | 1010100 |
Color Harmonies of #E4C0EB
Complementary color
Monochromatic Colors of #E4C0EB
Black with #E4C0EB
Text Example
Text Example
White with #E4C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C0EB; }
p { color: rgb(228,192,235); }
H1.HeaderClassName
{
color: #E4C0EB;
}
.AnyTagClassName
{
color: #E4C0EB;
}
</style>
background-color css
<style>
a { background-color: #E4C0EB; }
a { background-color: rgb(228,192,235); }
div.DivClassName
{
background-color: #E4C0EB;
}
.BgClassName
{
background-color: #E4C0EB;
}
</style>
border-color css
<style>
span { border-color: #E4C0EB; }
span { border-color: rgb(228,192,235); }
td.TdClassName
{
border-color: #E4C0EB;
}
.TagClassName
{
border-color: #E4C0EB;
}
</style>