Shades of Snuff #E5C1EB
Tints of Snuff #E5C1EB
RGB
CMYK
RGB Variations
Color information
#E5C1EB (or 0xE5C1EB) is known color: Snuff. HEX triplet: E5, C1 and EB. RGB value is (229,193,235). Sum of RGB (Red+Green+Blue) = 229+193+235=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 193 (75.78% from 255 or 29.38% 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 #E5C1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C1EB is #1A3E14. Grayscale: #D0D0D0. Windows color (decimal): -1719829 or 15450597. OLE color: 15450597.
HSL color Cylindrical-coordinate representation of color #E5C1EB: hue angle of 291.43º 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 #E5C1EB is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 193 | 235 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.08 |
| HSL | 291.43º | 0.51% | 0.84% | - |
| HSV(B) | 291.43º | 0.18% | 0.92% | - |
| XYZ | 66.38 | 60.8 | 86.83 | - |
| YUV | 208.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 235 | 0.03 | 0.18 | 0 | 0.08 | 291.43 | 0.51 | 0.84 |
| Hex | E5 | C1 | EB | 3 | 12 | 0 | 8 | 123 | 33 | 54 |
| Octal | 345 | 301 | 353 | 3 | 22 | 0 | 10 | 443 | 63 | 124 |
| Binary | 11100101 | 11000001 | 11101011 | 11 | 10010 | 0 | 1000 | 100100011 | 110011 | 1010100 |
Color Harmonies of #E5C1EB
Complementary color
Monochromatic Colors of #E5C1EB
Black with #E5C1EB
Text Example
Text Example
White with #E5C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C1EB; }
p { color: rgb(229,193,235); }
H1.HeaderClassName
{
color: #E5C1EB;
}
.AnyTagClassName
{
color: #E5C1EB;
}
</style>
background-color css
<style>
a { background-color: #E5C1EB; }
a { background-color: rgb(229,193,235); }
div.DivClassName
{
background-color: #E5C1EB;
}
.BgClassName
{
background-color: #E5C1EB;
}
</style>
border-color css
<style>
span { border-color: #E5C1EB; }
span { border-color: rgb(229,193,235); }
td.TdClassName
{
border-color: #E5C1EB;
}
.TagClassName
{
border-color: #E5C1EB;
}
</style>