Shades of Tara #E1FFDA
Tints of Tara #E1FFDA
RGB
CMYK
RGB Variations
Color information
#E1FFDA (or 0xE1FFDA) is known color: Tara. HEX triplet: E1, FF and DA. RGB value is (225,255,218). Sum of RGB (Red+Green+Blue) = 225+255+218=698 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.23% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 218 (85.55% from 255 or 31.23% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FFDA is #1E0025. Grayscale: #F1F1F1. Windows color (decimal): -1966118 or 14352353. OLE color: 14352353.
HSL color Cylindrical-coordinate representation of color #E1FFDA: hue angle of 108.65º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1FFDA is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 218 | - |
| CMYK | 0.12 | 0 | 0.15 | 0 |
| HSL | 108.65º | 1% | 0.93% | - |
| HSV(B) | 108.65º | 0.15% | 1% | - |
| XYZ | 79.47 | 92.59 | 80.01 | - |
| YUV | 241.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 218 | 0.12 | 0 | 0.15 | 0 | 108.65 | 1 | 0.93 |
| Hex | E1 | FF | DA | C | 0 | F | 0 | 6D | 64 | 5D |
| Octal | 341 | 377 | 332 | 14 | 0 | 17 | 0 | 155 | 144 | 135 |
| Binary | 11100001 | 11111111 | 11011010 | 1100 | 0 | 1111 | 0 | 1101101 | 1100100 | 1011101 |
Color Harmonies of #E1FFDA
Complementary color
Monochromatic Colors of #E1FFDA
Black with #E1FFDA
Text Example
Text Example
White with #E1FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FFDA; }
p { color: rgb(225,255,218); }
H1.HeaderClassName
{
color: #E1FFDA;
}
.AnyTagClassName
{
color: #E1FFDA;
}
</style>
background-color css
<style>
a { background-color: #E1FFDA; }
a { background-color: rgb(225,255,218); }
div.DivClassName
{
background-color: #E1FFDA;
}
.BgClassName
{
background-color: #E1FFDA;
}
</style>
border-color css
<style>
span { border-color: #E1FFDA; }
span { border-color: rgb(225,255,218); }
td.TdClassName
{
border-color: #E1FFDA;
}
.TagClassName
{
border-color: #E1FFDA;
}
</style>