Shades of Snuff #EABFEE
Tints of Snuff #EABFEE
RGB
CMYK
RGB Variations
Color information
#EABFEE (or 0xEABFEE) is known color: Snuff. HEX triplet: EA, BF and EE. RGB value is (234,191,238). Sum of RGB (Red+Green+Blue) = 234+191+238=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #EABFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFEE is #154011. Grayscale: #D1D1D1. Windows color (decimal): -1392658 or 15646698. OLE color: 15646698.
HSL color Cylindrical-coordinate representation of color #EABFEE: hue angle of 294.89º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABFEE is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 191 | 238 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.07 |
| HSL | 294.89º | 0.58% | 0.84% | - |
| HSV(B) | 294.89º | 0.2% | 0.93% | - |
| XYZ | 68 | 60.93 | 89.07 | - |
| YUV | 209.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 238 | 0.02 | 0.20 | 0 | 0.07 | 294.89 | 0.58 | 0.84 |
| Hex | EA | BF | EE | 2 | 14 | 0 | 7 | 127 | 3A | 54 |
| Octal | 352 | 277 | 356 | 2 | 24 | 0 | 7 | 447 | 72 | 124 |
| Binary | 11101010 | 10111111 | 11101110 | 10 | 10100 | 0 | 111 | 100100111 | 111010 | 1010100 |
Color Harmonies of #EABFEE
Complementary color
Monochromatic Colors of #EABFEE
Black with #EABFEE
Text Example
Text Example
White with #EABFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFEE; }
p { color: rgb(234,191,238); }
H1.HeaderClassName
{
color: #EABFEE;
}
.AnyTagClassName
{
color: #EABFEE;
}
</style>
background-color css
<style>
a { background-color: #EABFEE; }
a { background-color: rgb(234,191,238); }
div.DivClassName
{
background-color: #EABFEE;
}
.BgClassName
{
background-color: #EABFEE;
}
</style>
border-color css
<style>
span { border-color: #EABFEE; }
span { border-color: rgb(234,191,238); }
td.TdClassName
{
border-color: #EABFEE;
}
.TagClassName
{
border-color: #EABFEE;
}
</style>