Shades of Snuff #EABFF0
Tints of Snuff #EABFF0
RGB
CMYK
RGB Variations
Color information
#EABFF0 (or 0xEABFF0) is known color: Snuff. HEX triplet: EA, BF and F0. RGB value is (234,191,240). Sum of RGB (Red+Green+Blue) = 234+191+240=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #EABFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFF0 is #15400F. Grayscale: #D1D1D1. Windows color (decimal): -1392656 or 15777770. OLE color: 15777770.
HSL color Cylindrical-coordinate representation of color #EABFF0: hue angle of 292.65º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABFF0 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 191 | 240 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.06 |
| HSL | 292.65º | 0.62% | 0.85% | - |
| HSV(B) | 292.65º | 0.2% | 0.94% | - |
| XYZ | 68.29 | 61.05 | 90.62 | - |
| YUV | 209.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 240 | 0.02 | 0.20 | 0 | 0.06 | 292.65 | 0.62 | 0.85 |
| Hex | EA | BF | F0 | 2 | 14 | 0 | 6 | 125 | 3E | 55 |
| Octal | 352 | 277 | 360 | 2 | 24 | 0 | 6 | 445 | 76 | 125 |
| Binary | 11101010 | 10111111 | 11110000 | 10 | 10100 | 0 | 110 | 100100101 | 111110 | 1010101 |
Color Harmonies of #EABFF0
Complementary color
Monochromatic Colors of #EABFF0
Black with #EABFF0
Text Example
Text Example
White with #EABFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFF0; }
p { color: rgb(234,191,240); }
H1.HeaderClassName
{
color: #EABFF0;
}
.AnyTagClassName
{
color: #EABFF0;
}
</style>
background-color css
<style>
a { background-color: #EABFF0; }
a { background-color: rgb(234,191,240); }
div.DivClassName
{
background-color: #EABFF0;
}
.BgClassName
{
background-color: #EABFF0;
}
</style>
border-color css
<style>
span { border-color: #EABFF0; }
span { border-color: rgb(234,191,240); }
td.TdClassName
{
border-color: #EABFF0;
}
.TagClassName
{
border-color: #EABFF0;
}
</style>