Shades of Tara #E2FEDD
Tints of Tara #E2FEDD
RGB
CMYK
RGB Variations
Color information
#E2FEDD (or 0xE2FEDD) is known color: Tara. HEX triplet: E2, FE and DD. RGB value is (226,254,221). Sum of RGB (Red+Green+Blue) = 226+254+221=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FEDD is #1D0122. Grayscale: #F1F1F1. Windows color (decimal): -1900835 or 14548706. OLE color: 14548706.
HSL color Cylindrical-coordinate representation of color #E2FEDD: hue angle of 110.91º 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 #E2FEDD is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 221 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.00 |
| HSL | 110.91º | 0.94% | 0.93% | - |
| HSV(B) | 110.91º | 0.13% | 1% | - |
| XYZ | 79.86 | 92.27 | 82.01 | - |
| YUV | 241.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 221 | 0.11 | 0 | 0.13 | 0.00 | 110.91 | 0.94 | 0.93 |
| Hex | E2 | FE | DD | B | 0 | D | 0 | 6F | 5E | 5D |
| Octal | 342 | 376 | 335 | 13 | 0 | 15 | 0 | 157 | 136 | 135 |
| Binary | 11100010 | 11111110 | 11011101 | 1011 | 0 | 1101 | 0 | 1101111 | 1011110 | 1011101 |
Color Harmonies of #E2FEDD
Complementary color
Monochromatic Colors of #E2FEDD
Black with #E2FEDD
Text Example
Text Example
White with #E2FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FEDD; }
p { color: rgb(226,254,221); }
H1.HeaderClassName
{
color: #E2FEDD;
}
.AnyTagClassName
{
color: #E2FEDD;
}
</style>
background-color css
<style>
a { background-color: #E2FEDD; }
a { background-color: rgb(226,254,221); }
div.DivClassName
{
background-color: #E2FEDD;
}
.BgClassName
{
background-color: #E2FEDD;
}
</style>
border-color css
<style>
span { border-color: #E2FEDD; }
span { border-color: rgb(226,254,221); }
td.TdClassName
{
border-color: #E2FEDD;
}
.TagClassName
{
border-color: #E2FEDD;
}
</style>