Shades of Snuff #EABEF0
Tints of Snuff #EABEF0
RGB
CMYK
RGB Variations
Color information
#EABEF0 (or 0xEABEF0) is known color: Snuff. HEX triplet: EA, BE and F0. RGB value is (234,190,240). Sum of RGB (Red+Green+Blue) = 234+190+240=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #EABEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEF0 is #15410F. Grayscale: #D0D0D0. Windows color (decimal): -1392912 or 15777514. OLE color: 15777514.
HSL color Cylindrical-coordinate representation of color #EABEF0: hue angle of 292.8º degrees, saturation: 0.62, 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 #EABEF0 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 190 | 240 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.06 |
| HSL | 292.8º | 0.63% | 0.84% | - |
| HSV(B) | 292.8º | 0.21% | 0.94% | - |
| XYZ | 68.07 | 60.61 | 90.55 | - |
| YUV | 208.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 240 | 0.02 | 0.21 | 0 | 0.06 | 292.8 | 0.63 | 0.84 |
| Hex | EA | BE | F0 | 2 | 15 | 0 | 6 | 125 | 3E | 54 |
| Octal | 352 | 276 | 360 | 2 | 25 | 0 | 6 | 445 | 76 | 124 |
| Binary | 11101010 | 10111110 | 11110000 | 10 | 10101 | 0 | 110 | 100100101 | 111110 | 1010100 |
Color Harmonies of #EABEF0
Complementary color
Monochromatic Colors of #EABEF0
Black with #EABEF0
Text Example
Text Example
White with #EABEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEF0; }
p { color: rgb(234,190,240); }
H1.HeaderClassName
{
color: #EABEF0;
}
.AnyTagClassName
{
color: #EABEF0;
}
</style>
background-color css
<style>
a { background-color: #EABEF0; }
a { background-color: rgb(234,190,240); }
div.DivClassName
{
background-color: #EABEF0;
}
.BgClassName
{
background-color: #EABEF0;
}
</style>
border-color css
<style>
span { border-color: #EABEF0; }
span { border-color: rgb(234,190,240); }
td.TdClassName
{
border-color: #EABEF0;
}
.TagClassName
{
border-color: #EABEF0;
}
</style>