Shades of Tara #E1FADB
Tints of Tara #E1FADB
RGB
CMYK
RGB Variations
Color information
#E1FADB (or 0xE1FADB) is known color: Tara. HEX triplet: E1, FA and DB. RGB value is (225,250,219). Sum of RGB (Red+Green+Blue) = 225+250+219=694 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.42% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FADB is #1E0524. Grayscale: #EFEFEF. Windows color (decimal): -1967397 or 14416609. OLE color: 14416609.
HSL color Cylindrical-coordinate representation of color #E1FADB: hue angle of 108.39º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1FADB is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 219 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.02 |
| HSL | 108.39º | 0.76% | 0.92% | - |
| HSV(B) | 108.39º | 0.12% | 0.98% | - |
| XYZ | 78.02 | 89.49 | 80.18 | - |
| YUV | 238.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 219 | 0.10 | 0 | 0.12 | 0.02 | 108.39 | 0.76 | 0.92 |
| Hex | E1 | FA | DB | A | 0 | C | 2 | 6C | 4C | 5C |
| Octal | 341 | 372 | 333 | 12 | 0 | 14 | 2 | 154 | 114 | 134 |
| Binary | 11100001 | 11111010 | 11011011 | 1010 | 0 | 1100 | 10 | 1101100 | 1001100 | 1011100 |
Color Harmonies of #E1FADB
Complementary color
Monochromatic Colors of #E1FADB
Black with #E1FADB
Text Example
Text Example
White with #E1FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FADB; }
p { color: rgb(225,250,219); }
H1.HeaderClassName
{
color: #E1FADB;
}
.AnyTagClassName
{
color: #E1FADB;
}
</style>
background-color css
<style>
a { background-color: #E1FADB; }
a { background-color: rgb(225,250,219); }
div.DivClassName
{
background-color: #E1FADB;
}
.BgClassName
{
background-color: #E1FADB;
}
</style>
border-color css
<style>
span { border-color: #E1FADB; }
span { border-color: rgb(225,250,219); }
td.TdClassName
{
border-color: #E1FADB;
}
.TagClassName
{
border-color: #E1FADB;
}
</style>