Shades of Snuff #EABBF0
Tints of Snuff #EABBF0
RGB
CMYK
RGB Variations
Color information
#EABBF0 (or 0xEABBF0) is known color: Snuff. HEX triplet: EA, BB and F0. RGB value is (234,187,240). Sum of RGB (Red+Green+Blue) = 234+187+240=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #EABBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBF0 is #15440F. Grayscale: #CECECE. Windows color (decimal): -1393680 or 15776746. OLE color: 15776746.
HSL color Cylindrical-coordinate representation of color #EABBF0: hue angle of 293.21º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EABBF0 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 187 | 240 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.06 |
| HSL | 293.21º | 0.64% | 0.84% | - |
| HSV(B) | 293.21º | 0.22% | 0.94% | - |
| XYZ | 67.43 | 59.32 | 90.33 | - |
| YUV | 207.1 | 146.57 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 240 | 0.02 | 0.22 | 0 | 0.06 | 293.21 | 0.64 | 0.84 |
| Hex | EA | BB | F0 | 2 | 16 | 0 | 6 | 125 | 40 | 54 |
| Octal | 352 | 273 | 360 | 2 | 26 | 0 | 6 | 445 | 100 | 124 |
| Binary | 11101010 | 10111011 | 11110000 | 10 | 10110 | 0 | 110 | 100100101 | 1000000 | 1010100 |
Color Harmonies of #EABBF0
Complementary color
Monochromatic Colors of #EABBF0
Black with #EABBF0
Text Example
Text Example
White with #EABBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBF0; }
p { color: rgb(234,187,240); }
H1.HeaderClassName
{
color: #EABBF0;
}
.AnyTagClassName
{
color: #EABBF0;
}
</style>
background-color css
<style>
a { background-color: #EABBF0; }
a { background-color: rgb(234,187,240); }
div.DivClassName
{
background-color: #EABBF0;
}
.BgClassName
{
background-color: #EABBF0;
}
</style>
border-color css
<style>
span { border-color: #EABBF0; }
span { border-color: rgb(234,187,240); }
td.TdClassName
{
border-color: #EABBF0;
}
.TagClassName
{
border-color: #EABBF0;
}
</style>