Shades of Tara #E1FDDE
Tints of Tara #E1FDDE
RGB
CMYK
RGB Variations
Color information
#E1FDDE (or 0xE1FDDE) is known color: Tara. HEX triplet: E1, FD and DE. RGB value is (225,253,222). Sum of RGB (Red+Green+Blue) = 225+253+222=700 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.14% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 222 (87.11% from 255 or 31.71% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FDDE is #1E0221. Grayscale: #F1F1F1. Windows color (decimal): -1966626 or 14613985. OLE color: 14613985.
HSL color Cylindrical-coordinate representation of color #E1FDDE: hue angle of 114.19º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1FDDE is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 222 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.01 |
| HSL | 114.19º | 0.89% | 0.93% | - |
| HSV(B) | 114.19º | 0.12% | 0.99% | - |
| XYZ | 79.36 | 91.53 | 82.59 | - |
| YUV | 241.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 222 | 0.11 | 0 | 0.12 | 0.01 | 114.19 | 0.89 | 0.93 |
| Hex | E1 | FD | DE | B | 0 | C | 1 | 72 | 59 | 5D |
| Octal | 341 | 375 | 336 | 13 | 0 | 14 | 1 | 162 | 131 | 135 |
| Binary | 11100001 | 11111101 | 11011110 | 1011 | 0 | 1100 | 1 | 1110010 | 1011001 | 1011101 |
Color Harmonies of #E1FDDE
Complementary color
Monochromatic Colors of #E1FDDE
Black with #E1FDDE
Text Example
Text Example
White with #E1FDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FDDE; }
p { color: rgb(225,253,222); }
H1.HeaderClassName
{
color: #E1FDDE;
}
.AnyTagClassName
{
color: #E1FDDE;
}
</style>
background-color css
<style>
a { background-color: #E1FDDE; }
a { background-color: rgb(225,253,222); }
div.DivClassName
{
background-color: #E1FDDE;
}
.BgClassName
{
background-color: #E1FDDE;
}
</style>
border-color css
<style>
span { border-color: #E1FDDE; }
span { border-color: rgb(225,253,222); }
td.TdClassName
{
border-color: #E1FDDE;
}
.TagClassName
{
border-color: #E1FDDE;
}
</style>