Shades of Snuff #EABFF2
Tints of Snuff #EABFF2
RGB
CMYK
RGB Variations
Color information
#EABFF2 (or 0xEABFF2) is known color: Snuff. HEX triplet: EA, BF and F2. RGB value is (234,191,242). Sum of RGB (Red+Green+Blue) = 234+191+242=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #EABFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFF2 is #15400D. Grayscale: #D1D1D1. Windows color (decimal): -1392654 or 15908842. OLE color: 15908842.
HSL color Cylindrical-coordinate representation of color #EABFF2: hue angle of 290.59º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABFF2 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 191 | 242 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.05 |
| HSL | 290.59º | 0.66% | 0.85% | - |
| HSV(B) | 290.59º | 0.21% | 0.95% | - |
| XYZ | 68.59 | 61.16 | 92.2 | - |
| YUV | 209.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 242 | 0.03 | 0.21 | 0 | 0.05 | 290.59 | 0.66 | 0.85 |
| Hex | EA | BF | F2 | 3 | 15 | 0 | 5 | 123 | 42 | 55 |
| Octal | 352 | 277 | 362 | 3 | 25 | 0 | 5 | 443 | 102 | 125 |
| Binary | 11101010 | 10111111 | 11110010 | 11 | 10101 | 0 | 101 | 100100011 | 1000010 | 1010101 |
Color Harmonies of #EABFF2
Complementary color
Monochromatic Colors of #EABFF2
Black with #EABFF2
Text Example
Text Example
White with #EABFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFF2; }
p { color: rgb(234,191,242); }
H1.HeaderClassName
{
color: #EABFF2;
}
.AnyTagClassName
{
color: #EABFF2;
}
</style>
background-color css
<style>
a { background-color: #EABFF2; }
a { background-color: rgb(234,191,242); }
div.DivClassName
{
background-color: #EABFF2;
}
.BgClassName
{
background-color: #EABFF2;
}
</style>
border-color css
<style>
span { border-color: #EABFF2; }
span { border-color: rgb(234,191,242); }
td.TdClassName
{
border-color: #EABFF2;
}
.TagClassName
{
border-color: #EABFF2;
}
</style>