Shades of Tara #E1FADF
Tints of Tara #E1FADF
RGB
CMYK
RGB Variations
Color information
#E1FADF (or 0xE1FADF) is known color: Tara. HEX triplet: E1, FA and DF. RGB value is (225,250,223). Sum of RGB (Red+Green+Blue) = 225+250+223=698 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.23% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FADF is #1E0520. Grayscale: #EFEFEF. Windows color (decimal): -1967393 or 14678753. OLE color: 14678753.
HSL color Cylindrical-coordinate representation of color #E1FADF: hue angle of 115.56º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1FADF is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 223 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.02 |
| HSL | 115.56º | 0.73% | 0.93% | - |
| HSV(B) | 115.56º | 0.11% | 0.98% | - |
| XYZ | 78.56 | 89.71 | 82.99 | - |
| YUV | 239.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 223 | 0.10 | 0 | 0.11 | 0.02 | 115.56 | 0.73 | 0.93 |
| Hex | E1 | FA | DF | A | 0 | B | 2 | 74 | 49 | 5D |
| Octal | 341 | 372 | 337 | 12 | 0 | 13 | 2 | 164 | 111 | 135 |
| Binary | 11100001 | 11111010 | 11011111 | 1010 | 0 | 1011 | 10 | 1110100 | 1001001 | 1011101 |
Color Harmonies of #E1FADF
Complementary color
Monochromatic Colors of #E1FADF
Black with #E1FADF
Text Example
Text Example
White with #E1FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FADF; }
p { color: rgb(225,250,223); }
H1.HeaderClassName
{
color: #E1FADF;
}
.AnyTagClassName
{
color: #E1FADF;
}
</style>
background-color css
<style>
a { background-color: #E1FADF; }
a { background-color: rgb(225,250,223); }
div.DivClassName
{
background-color: #E1FADF;
}
.BgClassName
{
background-color: #E1FADF;
}
</style>
border-color css
<style>
span { border-color: #E1FADF; }
span { border-color: rgb(225,250,223); }
td.TdClassName
{
border-color: #E1FADF;
}
.TagClassName
{
border-color: #E1FADF;
}
</style>