Shades of Snuff #E4C2EB
Tints of Snuff #E4C2EB
RGB
CMYK
RGB Variations
Color information
#E4C2EB (or 0xE4C2EB) is known color: Snuff. HEX triplet: E4, C2 and EB. RGB value is (228,194,235). Sum of RGB (Red+Green+Blue) = 228+194+235=657 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.70% from 657); Green value is 194 (76.17% from 255 or 29.53% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C2EB is #1B3D14. Grayscale: #D0D0D0. Windows color (decimal): -1785109 or 15450852. OLE color: 15450852.
HSL color Cylindrical-coordinate representation of color #E4C2EB: hue angle of 289.76º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4C2EB is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 194 | 235 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.08 |
| HSL | 289.76º | 0.51% | 0.84% | - |
| HSV(B) | 289.76º | 0.17% | 0.92% | - |
| XYZ | 66.28 | 61.08 | 86.89 | - |
| YUV | 208.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 194 | 235 | 0.03 | 0.17 | 0 | 0.08 | 289.76 | 0.51 | 0.84 |
| Hex | E4 | C2 | EB | 3 | 11 | 0 | 8 | 122 | 33 | 54 |
| Octal | 344 | 302 | 353 | 3 | 21 | 0 | 10 | 442 | 63 | 124 |
| Binary | 11100100 | 11000010 | 11101011 | 11 | 10001 | 0 | 1000 | 100100010 | 110011 | 1010100 |
Color Harmonies of #E4C2EB
Complementary color
Monochromatic Colors of #E4C2EB
Black with #E4C2EB
Text Example
Text Example
White with #E4C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C2EB; }
p { color: rgb(228,194,235); }
H1.HeaderClassName
{
color: #E4C2EB;
}
.AnyTagClassName
{
color: #E4C2EB;
}
</style>
background-color css
<style>
a { background-color: #E4C2EB; }
a { background-color: rgb(228,194,235); }
div.DivClassName
{
background-color: #E4C2EB;
}
.BgClassName
{
background-color: #E4C2EB;
}
</style>
border-color css
<style>
span { border-color: #E4C2EB; }
span { border-color: rgb(228,194,235); }
td.TdClassName
{
border-color: #E4C2EB;
}
.TagClassName
{
border-color: #E4C2EB;
}
</style>