Shades of Tara #E0FEDB
Tints of Tara #E0FEDB
RGB
CMYK
RGB Variations
Color information
#E0FEDB (or 0xE0FEDB) is known color: Tara. HEX triplet: E0, FE and DB. RGB value is (224,254,219). Sum of RGB (Red+Green+Blue) = 224+254+219=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FEDB is #1F0124. Grayscale: #F1F1F1. Windows color (decimal): -2031909 or 14417632. OLE color: 14417632.
HSL color Cylindrical-coordinate representation of color #E0FEDB: hue angle of 111.43º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0FEDB is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 219 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.00 |
| HSL | 111.43º | 0.95% | 0.93% | - |
| HSV(B) | 111.43º | 0.14% | 1% | - |
| XYZ | 78.97 | 91.85 | 80.58 | - |
| YUV | 241.04 | 115.56 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 219 | 0.12 | 0 | 0.14 | 0.00 | 111.43 | 0.95 | 0.93 |
| Hex | E0 | FE | DB | C | 0 | E | 0 | 6F | 5F | 5D |
| Octal | 340 | 376 | 333 | 14 | 0 | 16 | 0 | 157 | 137 | 135 |
| Binary | 11100000 | 11111110 | 11011011 | 1100 | 0 | 1110 | 0 | 1101111 | 1011111 | 1011101 |
Color Harmonies of #E0FEDB
Complementary color
Monochromatic Colors of #E0FEDB
Black with #E0FEDB
Text Example
Text Example
White with #E0FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FEDB; }
p { color: rgb(224,254,219); }
H1.HeaderClassName
{
color: #E0FEDB;
}
.AnyTagClassName
{
color: #E0FEDB;
}
</style>
background-color css
<style>
a { background-color: #E0FEDB; }
a { background-color: rgb(224,254,219); }
div.DivClassName
{
background-color: #E0FEDB;
}
.BgClassName
{
background-color: #E0FEDB;
}
</style>
border-color css
<style>
span { border-color: #E0FEDB; }
span { border-color: rgb(224,254,219); }
td.TdClassName
{
border-color: #E0FEDB;
}
.TagClassName
{
border-color: #E0FEDB;
}
</style>