Shades of Tara #E0FADF
Tints of Tara #E0FADF
RGB
CMYK
RGB Variations
Color information
#E0FADF (or 0xE0FADF) is known color: Tara. HEX triplet: E0, FA and DF. RGB value is (224,250,223). Sum of RGB (Red+Green+Blue) = 224+250+223=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 223 (87.5% from 255 or 31.99% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FADF is #1F0520. Grayscale: #EFEFEF. Windows color (decimal): -2032929 or 14678752. OLE color: 14678752.
HSL color Cylindrical-coordinate representation of color #E0FADF: hue angle of 117.78º 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 #E0FADF is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 223 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.02 |
| HSL | 117.78º | 0.73% | 0.93% | - |
| HSV(B) | 117.78º | 0.11% | 0.98% | - |
| XYZ | 78.25 | 89.55 | 82.97 | - |
| YUV | 239.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 223 | 0.10 | 0 | 0.11 | 0.02 | 117.78 | 0.73 | 0.93 |
| Hex | E0 | FA | DF | A | 0 | B | 2 | 76 | 49 | 5D |
| Octal | 340 | 372 | 337 | 12 | 0 | 13 | 2 | 166 | 111 | 135 |
| Binary | 11100000 | 11111010 | 11011111 | 1010 | 0 | 1011 | 10 | 1110110 | 1001001 | 1011101 |
Color Harmonies of #E0FADF
Complementary color
Monochromatic Colors of #E0FADF
Black with #E0FADF
Text Example
Text Example
White with #E0FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FADF; }
p { color: rgb(224,250,223); }
H1.HeaderClassName
{
color: #E0FADF;
}
.AnyTagClassName
{
color: #E0FADF;
}
</style>
background-color css
<style>
a { background-color: #E0FADF; }
a { background-color: rgb(224,250,223); }
div.DivClassName
{
background-color: #E0FADF;
}
.BgClassName
{
background-color: #E0FADF;
}
</style>
border-color css
<style>
span { border-color: #E0FADF; }
span { border-color: rgb(224,250,223); }
td.TdClassName
{
border-color: #E0FADF;
}
.TagClassName
{
border-color: #E0FADF;
}
</style>