Shades of Snuff #E4C1EB
Tints of Snuff #E4C1EB
RGB
CMYK
RGB Variations
Color information
#E4C1EB (or 0xE4C1EB) is known color: Snuff. HEX triplet: E4, C1 and EB. RGB value is (228,193,235). Sum of RGB (Red+Green+Blue) = 228+193+235=656 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.76% from 656); Green value is 193 (75.78% from 255 or 29.42% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4C1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C1EB is #1B3E14. Grayscale: #D0D0D0. Windows color (decimal): -1785365 or 15450596. OLE color: 15450596.
HSL color Cylindrical-coordinate representation of color #E4C1EB: hue angle of 290º degrees, saturation: 0.51, 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 #E4C1EB is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 193 | 235 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.08 |
| HSL | 290º | 0.51% | 0.84% | - |
| HSV(B) | 290º | 0.18% | 0.92% | - |
| XYZ | 66.06 | 60.63 | 86.82 | - |
| YUV | 208.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 193 | 235 | 0.03 | 0.18 | 0 | 0.08 | 290 | 0.51 | 0.84 |
| Hex | E4 | C1 | EB | 3 | 12 | 0 | 8 | 122 | 33 | 54 |
| Octal | 344 | 301 | 353 | 3 | 22 | 0 | 10 | 442 | 63 | 124 |
| Binary | 11100100 | 11000001 | 11101011 | 11 | 10010 | 0 | 1000 | 100100010 | 110011 | 1010100 |
Color Harmonies of #E4C1EB
Complementary color
Monochromatic Colors of #E4C1EB
Black with #E4C1EB
Text Example
Text Example
White with #E4C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C1EB; }
p { color: rgb(228,193,235); }
H1.HeaderClassName
{
color: #E4C1EB;
}
.AnyTagClassName
{
color: #E4C1EB;
}
</style>
background-color css
<style>
a { background-color: #E4C1EB; }
a { background-color: rgb(228,193,235); }
div.DivClassName
{
background-color: #E4C1EB;
}
.BgClassName
{
background-color: #E4C1EB;
}
</style>
border-color css
<style>
span { border-color: #E4C1EB; }
span { border-color: rgb(228,193,235); }
td.TdClassName
{
border-color: #E4C1EB;
}
.TagClassName
{
border-color: #E4C1EB;
}
</style>