Shades of Tara #E2FEDF
Tints of Tara #E2FEDF
RGB
CMYK
RGB Variations
Color information
#E2FEDF (or 0xE2FEDF) is known color: Tara. HEX triplet: E2, FE and DF. RGB value is (226,254,223). Sum of RGB (Red+Green+Blue) = 226+254+223=703 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.15% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 223 (87.5% from 255 or 31.72% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FEDF is #1D0120. Grayscale: #F2F2F2. Windows color (decimal): -1900833 or 14679778. OLE color: 14679778.
HSL color Cylindrical-coordinate representation of color #E2FEDF: hue angle of 114.19º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2FEDF is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 226 | 254 | 223 | - |
CMYK | 0.11 | 0 | 0.12 | 0.00 |
HSL | 114.19º | 0.94% | 0.94% | - |
HSV(B) | 114.19º | 0.12% | 1% | - |
XYZ | 80.13 | 92.38 | 83.42 | - |
YUV | 242.09 | 117.22 | 116.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 254 | 223 | 0.11 | 0 | 0.12 | 0.00 | 114.19 | 0.94 | 0.94 |
Hex | E2 | FE | DF | B | 0 | C | 0 | 72 | 5E | 5E |
Octal | 342 | 376 | 337 | 13 | 0 | 14 | 0 | 162 | 136 | 136 |
Binary | 11100010 | 11111110 | 11011111 | 1011 | 0 | 1100 | 0 | 1110010 | 1011110 | 1011110 |
Color Harmonies of #E2FEDF
Complementary color
Monochromatic Colors of #E2FEDF
Black with #E2FEDF
Text Example
Text Example
White with #E2FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FEDF; }
p { color: rgb(226,254,223); }
H1.HeaderClassName
{
color: #E2FEDF;
}
.AnyTagClassName
{
color: #E2FEDF;
}
</style>
background-color css
<style>
a { background-color: #E2FEDF; }
a { background-color: rgb(226,254,223); }
div.DivClassName
{
background-color: #E2FEDF;
}
.BgClassName
{
background-color: #E2FEDF;
}
</style>
border-color css
<style>
span { border-color: #E2FEDF; }
span { border-color: rgb(226,254,223); }
td.TdClassName
{
border-color: #E2FEDF;
}
.TagClassName
{
border-color: #E2FEDF;
}
</style>