Shades of Tara #E1F5DE
Tints of Tara #E1F5DE
RGB
CMYK
RGB Variations
Color information
#E1F5DE (or 0xE1F5DE) is known color: Tara. HEX triplet: E1, F5 and DE. RGB value is (225,245,222). Sum of RGB (Red+Green+Blue) = 225+245+222=692 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.51% from 692); Green value is 245 (96.09% from 255 or 35.40% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F5DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F5DE is #1E0A21. Grayscale: #ECECEC. Windows color (decimal): -1968674 or 14611937. OLE color: 14611937.
HSL color Cylindrical-coordinate representation of color #E1F5DE: hue angle of 112.17º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1F5DE is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 245 | 222 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.04 |
| HSL | 112.17º | 0.53% | 0.92% | - |
| HSV(B) | 112.17º | 0.09% | 0.96% | - |
| XYZ | 76.89 | 86.59 | 81.77 | - |
| YUV | 236.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 245 | 222 | 0.08 | 0 | 0.09 | 0.04 | 112.17 | 0.53 | 0.92 |
| Hex | E1 | F5 | DE | 8 | 0 | 9 | 4 | 70 | 35 | 5C |
| Octal | 341 | 365 | 336 | 10 | 0 | 11 | 4 | 160 | 65 | 134 |
| Binary | 11100001 | 11110101 | 11011110 | 1000 | 0 | 1001 | 100 | 1110000 | 110101 | 1011100 |
Color Harmonies of #E1F5DE
Complementary color
Monochromatic Colors of #E1F5DE
Black with #E1F5DE
Text Example
Text Example
White with #E1F5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F5DE; }
p { color: rgb(225,245,222); }
H1.HeaderClassName
{
color: #E1F5DE;
}
.AnyTagClassName
{
color: #E1F5DE;
}
</style>
background-color css
<style>
a { background-color: #E1F5DE; }
a { background-color: rgb(225,245,222); }
div.DivClassName
{
background-color: #E1F5DE;
}
.BgClassName
{
background-color: #E1F5DE;
}
</style>
border-color css
<style>
span { border-color: #E1F5DE; }
span { border-color: rgb(225,245,222); }
td.TdClassName
{
border-color: #E1F5DE;
}
.TagClassName
{
border-color: #E1F5DE;
}
</style>