Shades of Snuff #EABFEC
Tints of Snuff #EABFEC
RGB
CMYK
RGB Variations
Color information
#EABFEC (or 0xEABFEC) is known color: Snuff. HEX triplet: EA, BF and EC. RGB value is (234,191,236). Sum of RGB (Red+Green+Blue) = 234+191+236=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #EABFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFEC is #154013. Grayscale: #D0D0D0. Windows color (decimal): -1392660 or 15515626. OLE color: 15515626.
HSL color Cylindrical-coordinate representation of color #EABFEC: hue angle of 297.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABFEC is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 191 | 236 | - |
CMYK | 0.01 | 0.19 | 0 | 0.07 |
HSL | 297.33º | 0.54% | 0.84% | - |
HSV(B) | 297.33º | 0.19% | 0.93% | - |
XYZ | 67.7 | 60.81 | 87.53 | - |
YUV | 208.99 | 143.25 | 145.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 191 | 236 | 0.01 | 0.19 | 0 | 0.07 | 297.33 | 0.54 | 0.84 |
Hex | EA | BF | EC | 1 | 13 | 0 | 7 | 129 | 36 | 54 |
Octal | 352 | 277 | 354 | 1 | 23 | 0 | 7 | 451 | 66 | 124 |
Binary | 11101010 | 10111111 | 11101100 | 1 | 10011 | 0 | 111 | 100101001 | 110110 | 1010100 |
Color Harmonies of #EABFEC
Complementary color
Monochromatic Colors of #EABFEC
Black with #EABFEC
Text Example
Text Example
White with #EABFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFEC; }
p { color: rgb(234,191,236); }
H1.HeaderClassName
{
color: #EABFEC;
}
.AnyTagClassName
{
color: #EABFEC;
}
</style>
background-color css
<style>
a { background-color: #EABFEC; }
a { background-color: rgb(234,191,236); }
div.DivClassName
{
background-color: #EABFEC;
}
.BgClassName
{
background-color: #EABFEC;
}
</style>
border-color css
<style>
span { border-color: #EABFEC; }
span { border-color: rgb(234,191,236); }
td.TdClassName
{
border-color: #EABFEC;
}
.TagClassName
{
border-color: #EABFEC;
}
</style>