Shades of Tara #E1FEDB
Tints of Tara #E1FEDB
RGB
CMYK
RGB Variations
Color information
#E1FEDB (or 0xE1FEDB) is known color: Tara. HEX triplet: E1, FE and DB. RGB value is (225,254,219). Sum of RGB (Red+Green+Blue) = 225+254+219=698 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.23% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 219 (85.94% from 255 or 31.38% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FEDB is #1E0124. Grayscale: #F1F1F1. Windows color (decimal): -1966373 or 14417633. OLE color: 14417633.
HSL color Cylindrical-coordinate representation of color #E1FEDB: hue angle of 109.71º 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 #E1FEDB is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 219 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.00 |
| HSL | 109.71º | 0.95% | 0.93% | - |
| HSV(B) | 109.71º | 0.14% | 1% | - |
| XYZ | 79.28 | 92.01 | 80.6 | - |
| YUV | 241.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 219 | 0.11 | 0 | 0.14 | 0.00 | 109.71 | 0.95 | 0.93 |
| Hex | E1 | FE | DB | B | 0 | E | 0 | 6E | 5F | 5D |
| Octal | 341 | 376 | 333 | 13 | 0 | 16 | 0 | 156 | 137 | 135 |
| Binary | 11100001 | 11111110 | 11011011 | 1011 | 0 | 1110 | 0 | 1101110 | 1011111 | 1011101 |
Color Harmonies of #E1FEDB
Complementary color
Monochromatic Colors of #E1FEDB
Black with #E1FEDB
Text Example
Text Example
White with #E1FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FEDB; }
p { color: rgb(225,254,219); }
H1.HeaderClassName
{
color: #E1FEDB;
}
.AnyTagClassName
{
color: #E1FEDB;
}
</style>
background-color css
<style>
a { background-color: #E1FEDB; }
a { background-color: rgb(225,254,219); }
div.DivClassName
{
background-color: #E1FEDB;
}
.BgClassName
{
background-color: #E1FEDB;
}
</style>
border-color css
<style>
span { border-color: #E1FEDB; }
span { border-color: rgb(225,254,219); }
td.TdClassName
{
border-color: #E1FEDB;
}
.TagClassName
{
border-color: #E1FEDB;
}
</style>