Shades of Snuff #EABDF1
Tints of Snuff #EABDF1
RGB
CMYK
RGB Variations
Color information
#EABDF1 (or 0xEABDF1) is known color: Snuff. HEX triplet: EA, BD and F1. RGB value is (234,189,241). Sum of RGB (Red+Green+Blue) = 234+189+241=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #EABDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDF1 is #15420E. Grayscale: #D0D0D0. Windows color (decimal): -1393167 or 15842794. OLE color: 15842794.
HSL color Cylindrical-coordinate representation of color #EABDF1: hue angle of 291.92º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EABDF1 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 189 | 241 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.05 |
| HSL | 291.92º | 0.65% | 0.84% | - |
| HSV(B) | 291.92º | 0.22% | 0.95% | - |
| XYZ | 68.01 | 60.24 | 91.26 | - |
| YUV | 208.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 241 | 0.03 | 0.22 | 0 | 0.05 | 291.92 | 0.65 | 0.84 |
| Hex | EA | BD | F1 | 3 | 16 | 0 | 5 | 124 | 41 | 54 |
| Octal | 352 | 275 | 361 | 3 | 26 | 0 | 5 | 444 | 101 | 124 |
| Binary | 11101010 | 10111101 | 11110001 | 11 | 10110 | 0 | 101 | 100100100 | 1000001 | 1010100 |
Color Harmonies of #EABDF1
Complementary color
Monochromatic Colors of #EABDF1
Black with #EABDF1
Text Example
Text Example
White with #EABDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDF1; }
p { color: rgb(234,189,241); }
H1.HeaderClassName
{
color: #EABDF1;
}
.AnyTagClassName
{
color: #EABDF1;
}
</style>
background-color css
<style>
a { background-color: #EABDF1; }
a { background-color: rgb(234,189,241); }
div.DivClassName
{
background-color: #EABDF1;
}
.BgClassName
{
background-color: #EABDF1;
}
</style>
border-color css
<style>
span { border-color: #EABDF1; }
span { border-color: rgb(234,189,241); }
td.TdClassName
{
border-color: #EABDF1;
}
.TagClassName
{
border-color: #EABDF1;
}
</style>