Shades of Tara #E2FADE
Tints of Tara #E2FADE
RGB
CMYK
RGB Variations
Color information
#E2FADE (or 0xE2FADE) is known color: Tara. HEX triplet: E2, FA and DE. RGB value is (226,250,222). Sum of RGB (Red+Green+Blue) = 226+250+222=698 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.38% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FADE is #1D0521. Grayscale: #EFEFEF. Windows color (decimal): -1901858 or 14613218. OLE color: 14613218.
HSL color Cylindrical-coordinate representation of color #E2FADE: hue angle of 111.43º degrees, saturation: 0.74, 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 #E2FADE is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 222 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.02 |
| HSL | 111.43º | 0.74% | 0.93% | - |
| HSV(B) | 111.43º | 0.11% | 0.98% | - |
| XYZ | 78.73 | 89.81 | 82.29 | - |
| YUV | 239.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 222 | 0.10 | 0 | 0.11 | 0.02 | 111.43 | 0.74 | 0.93 |
| Hex | E2 | FA | DE | A | 0 | B | 2 | 6F | 4A | 5D |
| Octal | 342 | 372 | 336 | 12 | 0 | 13 | 2 | 157 | 112 | 135 |
| Binary | 11100010 | 11111010 | 11011110 | 1010 | 0 | 1011 | 10 | 1101111 | 1001010 | 1011101 |
Color Harmonies of #E2FADE
Complementary color
Monochromatic Colors of #E2FADE
Black with #E2FADE
Text Example
Text Example
White with #E2FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FADE; }
p { color: rgb(226,250,222); }
H1.HeaderClassName
{
color: #E2FADE;
}
.AnyTagClassName
{
color: #E2FADE;
}
</style>
background-color css
<style>
a { background-color: #E2FADE; }
a { background-color: rgb(226,250,222); }
div.DivClassName
{
background-color: #E2FADE;
}
.BgClassName
{
background-color: #E2FADE;
}
</style>
border-color css
<style>
span { border-color: #E2FADE; }
span { border-color: rgb(226,250,222); }
td.TdClassName
{
border-color: #E2FADE;
}
.TagClassName
{
border-color: #E2FADE;
}
</style>