Shades of Snuff #E8BEEC
Tints of Snuff #E8BEEC
RGB
CMYK
RGB Variations
Color information
#E8BEEC (or 0xE8BEEC) is known color: Snuff. HEX triplet: E8, BE and EC. RGB value is (232,190,236). Sum of RGB (Red+Green+Blue) = 232+190+236=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8BEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BEEC is #174113. Grayscale: #CFCFCF. Windows color (decimal): -1523988 or 15515368. OLE color: 15515368.
HSL color Cylindrical-coordinate representation of color #E8BEEC: hue angle of 294.78º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BEEC is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 190 | 236 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.07 |
| HSL | 294.78º | 0.55% | 0.84% | - |
| HSV(B) | 294.78º | 0.19% | 0.93% | - |
| XYZ | 66.83 | 60.04 | 87.42 | - |
| YUV | 207.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 236 | 0.02 | 0.19 | 0 | 0.07 | 294.78 | 0.55 | 0.84 |
| Hex | E8 | BE | EC | 2 | 13 | 0 | 7 | 127 | 37 | 54 |
| Octal | 350 | 276 | 354 | 2 | 23 | 0 | 7 | 447 | 67 | 124 |
| Binary | 11101000 | 10111110 | 11101100 | 10 | 10011 | 0 | 111 | 100100111 | 110111 | 1010100 |
Color Harmonies of #E8BEEC
Complementary color
Monochromatic Colors of #E8BEEC
Black with #E8BEEC
Text Example
Text Example
White with #E8BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BEEC; }
p { color: rgb(232,190,236); }
H1.HeaderClassName
{
color: #E8BEEC;
}
.AnyTagClassName
{
color: #E8BEEC;
}
</style>
background-color css
<style>
a { background-color: #E8BEEC; }
a { background-color: rgb(232,190,236); }
div.DivClassName
{
background-color: #E8BEEC;
}
.BgClassName
{
background-color: #E8BEEC;
}
</style>
border-color css
<style>
span { border-color: #E8BEEC; }
span { border-color: rgb(232,190,236); }
td.TdClassName
{
border-color: #E8BEEC;
}
.TagClassName
{
border-color: #E8BEEC;
}
</style>