Shades of Tara #E2FEDC
Tints of Tara #E2FEDC
RGB
CMYK
RGB Variations
Color information
#E2FEDC (or 0xE2FEDC) is known color: Tara. HEX triplet: E2, FE and DC. RGB value is (226,254,220). Sum of RGB (Red+Green+Blue) = 226+254+220=700 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.29% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 220 (86.33% from 255 or 31.43% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FEDC is #1D0123. Grayscale: #F1F1F1. Windows color (decimal): -1900836 or 14483170. OLE color: 14483170.
HSL color Cylindrical-coordinate representation of color #E2FEDC: hue angle of 109.41º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2FEDC is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 220 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.00 |
| HSL | 109.41º | 0.94% | 0.93% | - |
| HSV(B) | 109.41º | 0.13% | 1% | - |
| XYZ | 79.72 | 92.22 | 81.31 | - |
| YUV | 241.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 220 | 0.11 | 0 | 0.13 | 0.00 | 109.41 | 0.94 | 0.93 |
| Hex | E2 | FE | DC | B | 0 | D | 0 | 6D | 5E | 5D |
| Octal | 342 | 376 | 334 | 13 | 0 | 15 | 0 | 155 | 136 | 135 |
| Binary | 11100010 | 11111110 | 11011100 | 1011 | 0 | 1101 | 0 | 1101101 | 1011110 | 1011101 |
Color Harmonies of #E2FEDC
Complementary color
Monochromatic Colors of #E2FEDC
Black with #E2FEDC
Text Example
Text Example
White with #E2FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FEDC; }
p { color: rgb(226,254,220); }
H1.HeaderClassName
{
color: #E2FEDC;
}
.AnyTagClassName
{
color: #E2FEDC;
}
</style>
background-color css
<style>
a { background-color: #E2FEDC; }
a { background-color: rgb(226,254,220); }
div.DivClassName
{
background-color: #E2FEDC;
}
.BgClassName
{
background-color: #E2FEDC;
}
</style>
border-color css
<style>
span { border-color: #E2FEDC; }
span { border-color: rgb(226,254,220); }
td.TdClassName
{
border-color: #E2FEDC;
}
.TagClassName
{
border-color: #E2FEDC;
}
</style>