Shades of Snuff #EABFEB
Tints of Snuff #EABFEB
RGB
CMYK
RGB Variations
Color information
#EABFEB (or 0xEABFEB) is known color: Snuff. HEX triplet: EA, BF and EB. RGB value is (234,191,235). Sum of RGB (Red+Green+Blue) = 234+191+235=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #EABFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFEB is #154014. Grayscale: #D0D0D0. Windows color (decimal): -1392661 or 15450090. OLE color: 15450090.
HSL color Cylindrical-coordinate representation of color #EABFEB: hue angle of 298.64º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABFEB is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 235 | - |
| CMYK | 0.00 | 0.19 | 0 | 0.08 |
| HSL | 298.64º | 0.52% | 0.84% | - |
| HSV(B) | 298.64º | 0.19% | 0.92% | - |
| XYZ | 67.56 | 60.75 | 86.76 | - |
| YUV | 208.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 235 | 0.00 | 0.19 | 0 | 0.08 | 298.64 | 0.52 | 0.84 |
| Hex | EA | BF | EB | 0 | 13 | 0 | 8 | 12B | 34 | 54 |
| Octal | 352 | 277 | 353 | 0 | 23 | 0 | 10 | 453 | 64 | 124 |
| Binary | 11101010 | 10111111 | 11101011 | 0 | 10011 | 0 | 1000 | 100101011 | 110100 | 1010100 |
Color Harmonies of #EABFEB
Complementary color
Monochromatic Colors of #EABFEB
Black with #EABFEB
Text Example
Text Example
White with #EABFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFEB; }
p { color: rgb(234,191,235); }
H1.HeaderClassName
{
color: #EABFEB;
}
.AnyTagClassName
{
color: #EABFEB;
}
</style>
background-color css
<style>
a { background-color: #EABFEB; }
a { background-color: rgb(234,191,235); }
div.DivClassName
{
background-color: #EABFEB;
}
.BgClassName
{
background-color: #EABFEB;
}
</style>
border-color css
<style>
span { border-color: #EABFEB; }
span { border-color: rgb(234,191,235); }
td.TdClassName
{
border-color: #EABFEB;
}
.TagClassName
{
border-color: #EABFEB;
}
</style>