Shades of Snuff #E9BEF1
Tints of Snuff #E9BEF1
RGB
CMYK
RGB Variations
Color information
#E9BEF1 (or 0xE9BEF1) is known color: Snuff. HEX triplet: E9, BE and F1. RGB value is (233,190,241). Sum of RGB (Red+Green+Blue) = 233+190+241=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9BEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BEF1 is #16410E. Grayscale: #D0D0D0. Windows color (decimal): -1458447 or 15843049. OLE color: 15843049.
HSL color Cylindrical-coordinate representation of color #E9BEF1: hue angle of 290.59º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9BEF1 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 190 | 241 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.05 |
| HSL | 290.59º | 0.65% | 0.85% | - |
| HSV(B) | 290.59º | 0.21% | 0.95% | - |
| XYZ | 67.89 | 60.5 | 91.32 | - |
| YUV | 208.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 190 | 241 | 0.03 | 0.21 | 0 | 0.05 | 290.59 | 0.65 | 0.85 |
| Hex | E9 | BE | F1 | 3 | 15 | 0 | 5 | 123 | 41 | 55 |
| Octal | 351 | 276 | 361 | 3 | 25 | 0 | 5 | 443 | 101 | 125 |
| Binary | 11101001 | 10111110 | 11110001 | 11 | 10101 | 0 | 101 | 100100011 | 1000001 | 1010101 |
Color Harmonies of #E9BEF1
Complementary color
Monochromatic Colors of #E9BEF1
Black with #E9BEF1
Text Example
Text Example
White with #E9BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BEF1; }
p { color: rgb(233,190,241); }
H1.HeaderClassName
{
color: #E9BEF1;
}
.AnyTagClassName
{
color: #E9BEF1;
}
</style>
background-color css
<style>
a { background-color: #E9BEF1; }
a { background-color: rgb(233,190,241); }
div.DivClassName
{
background-color: #E9BEF1;
}
.BgClassName
{
background-color: #E9BEF1;
}
</style>
border-color css
<style>
span { border-color: #E9BEF1; }
span { border-color: rgb(233,190,241); }
td.TdClassName
{
border-color: #E9BEF1;
}
.TagClassName
{
border-color: #E9BEF1;
}
</style>