Shades of Tara #E2FADF
Tints of Tara #E2FADF
RGB
CMYK
RGB Variations
Color information
#E2FADF (or 0xE2FADF) is known color: Tara. HEX triplet: E2, FA and DF. RGB value is (226,250,223). Sum of RGB (Red+Green+Blue) = 226+250+223=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FADF is #1D0520. Grayscale: #EFEFEF. Windows color (decimal): -1901857 or 14678754. OLE color: 14678754.
HSL color Cylindrical-coordinate representation of color #E2FADF: hue angle of 113.33º 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 #E2FADF is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 250 | 223 | - |
CMYK | 0.10 | 0 | 0.11 | 0.02 |
HSL | 113.33º | 0.73% | 0.93% | - |
HSV(B) | 113.33º | 0.11% | 0.98% | - |
XYZ | 78.87 | 89.87 | 83 | - |
YUV | 239.75 | 118.55 | 118.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 250 | 223 | 0.10 | 0 | 0.11 | 0.02 | 113.33 | 0.73 | 0.93 |
Hex | E2 | FA | DF | A | 0 | B | 2 | 71 | 49 | 5D |
Octal | 342 | 372 | 337 | 12 | 0 | 13 | 2 | 161 | 111 | 135 |
Binary | 11100010 | 11111010 | 11011111 | 1010 | 0 | 1011 | 10 | 1110001 | 1001001 | 1011101 |
Color Harmonies of #E2FADF
Complementary color
Monochromatic Colors of #E2FADF
Black with #E2FADF
Text Example
Text Example
White with #E2FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FADF; }
p { color: rgb(226,250,223); }
H1.HeaderClassName
{
color: #E2FADF;
}
.AnyTagClassName
{
color: #E2FADF;
}
</style>
background-color css
<style>
a { background-color: #E2FADF; }
a { background-color: rgb(226,250,223); }
div.DivClassName
{
background-color: #E2FADF;
}
.BgClassName
{
background-color: #E2FADF;
}
</style>
border-color css
<style>
span { border-color: #E2FADF; }
span { border-color: rgb(226,250,223); }
td.TdClassName
{
border-color: #E2FADF;
}
.TagClassName
{
border-color: #E2FADF;
}
</style>