Shades of Snuff #E8BEEF
Tints of Snuff #E8BEEF
RGB
CMYK
RGB Variations
Color information
#E8BEEF (or 0xE8BEEF) is known color: Snuff. HEX triplet: E8, BE and EF. RGB value is (232,190,239). Sum of RGB (Red+Green+Blue) = 232+190+239=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8BEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BEEF is #174110. Grayscale: #CFCFCF. Windows color (decimal): -1523985 or 15711976. OLE color: 15711976.
HSL color Cylindrical-coordinate representation of color #E8BEEF: hue angle of 291.43º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8BEEF is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 190 | 239 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.06 |
| HSL | 291.43º | 0.6% | 0.84% | - |
| HSV(B) | 291.43º | 0.21% | 0.94% | - |
| XYZ | 67.27 | 60.21 | 89.74 | - |
| YUV | 208.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 239 | 0.03 | 0.21 | 0 | 0.06 | 291.43 | 0.6 | 0.84 |
| Hex | E8 | BE | EF | 3 | 15 | 0 | 6 | 123 | 3C | 54 |
| Octal | 350 | 276 | 357 | 3 | 25 | 0 | 6 | 443 | 74 | 124 |
| Binary | 11101000 | 10111110 | 11101111 | 11 | 10101 | 0 | 110 | 100100011 | 111100 | 1010100 |
Color Harmonies of #E8BEEF
Complementary color
Monochromatic Colors of #E8BEEF
Black with #E8BEEF
Text Example
Text Example
White with #E8BEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BEEF; }
p { color: rgb(232,190,239); }
H1.HeaderClassName
{
color: #E8BEEF;
}
.AnyTagClassName
{
color: #E8BEEF;
}
</style>
background-color css
<style>
a { background-color: #E8BEEF; }
a { background-color: rgb(232,190,239); }
div.DivClassName
{
background-color: #E8BEEF;
}
.BgClassName
{
background-color: #E8BEEF;
}
</style>
border-color css
<style>
span { border-color: #E8BEEF; }
span { border-color: rgb(232,190,239); }
td.TdClassName
{
border-color: #E8BEEF;
}
.TagClassName
{
border-color: #E8BEEF;
}
</style>