Shades of Snuff #EABFEF
Tints of Snuff #EABFEF
RGB
CMYK
RGB Variations
Color information
#EABFEF (or 0xEABFEF) is known color: Snuff. HEX triplet: EA, BF and EF. RGB value is (234,191,239). Sum of RGB (Red+Green+Blue) = 234+191+239=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #EABFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFEF is #154010. Grayscale: #D1D1D1. Windows color (decimal): -1392657 or 15712234. OLE color: 15712234.
HSL color Cylindrical-coordinate representation of color #EABFEF: hue angle of 293.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABFEF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 191 | 239 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.06 |
| HSL | 293.75º | 0.6% | 0.84% | - |
| HSV(B) | 293.75º | 0.2% | 0.94% | - |
| XYZ | 68.14 | 60.99 | 89.84 | - |
| YUV | 209.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 239 | 0.02 | 0.20 | 0 | 0.06 | 293.75 | 0.6 | 0.84 |
| Hex | EA | BF | EF | 2 | 14 | 0 | 6 | 126 | 3C | 54 |
| Octal | 352 | 277 | 357 | 2 | 24 | 0 | 6 | 446 | 74 | 124 |
| Binary | 11101010 | 10111111 | 11101111 | 10 | 10100 | 0 | 110 | 100100110 | 111100 | 1010100 |
Color Harmonies of #EABFEF
Complementary color
Monochromatic Colors of #EABFEF
Black with #EABFEF
Text Example
Text Example
White with #EABFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFEF; }
p { color: rgb(234,191,239); }
H1.HeaderClassName
{
color: #EABFEF;
}
.AnyTagClassName
{
color: #EABFEF;
}
</style>
background-color css
<style>
a { background-color: #EABFEF; }
a { background-color: rgb(234,191,239); }
div.DivClassName
{
background-color: #EABFEF;
}
.BgClassName
{
background-color: #EABFEF;
}
</style>
border-color css
<style>
span { border-color: #EABFEF; }
span { border-color: rgb(234,191,239); }
td.TdClassName
{
border-color: #EABFEF;
}
.TagClassName
{
border-color: #EABFEF;
}
</style>