Shades of Tara #E1FFDE
Tints of Tara #E1FFDE
RGB
CMYK
RGB Variations
Color information
#E1FFDE (or 0xE1FFDE) is known color: Tara. HEX triplet: E1, FF and DE. RGB value is (225,255,222). Sum of RGB (Red+Green+Blue) = 225+255+222=702 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.05% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 222 (87.11% from 255 or 31.62% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FFDE is #1E0021. Grayscale: #F2F2F2. Windows color (decimal): -1966114 or 14614497. OLE color: 14614497.
HSL color Cylindrical-coordinate representation of color #E1FFDE: hue angle of 114.55º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1FFDE is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 222 | - |
| CMYK | 0.12 | 0 | 0.13 | 0 |
| HSL | 114.55º | 1% | 0.94% | - |
| HSV(B) | 114.55º | 0.13% | 1% | - |
| XYZ | 80 | 92.8 | 82.8 | - |
| YUV | 242.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 222 | 0.12 | 0 | 0.13 | 0 | 114.55 | 1 | 0.94 |
| Hex | E1 | FF | DE | C | 0 | D | 0 | 73 | 64 | 5E |
| Octal | 341 | 377 | 336 | 14 | 0 | 15 | 0 | 163 | 144 | 136 |
| Binary | 11100001 | 11111111 | 11011110 | 1100 | 0 | 1101 | 0 | 1110011 | 1100100 | 1011110 |
Color Harmonies of #E1FFDE
Complementary color
Monochromatic Colors of #E1FFDE
Black with #E1FFDE
Text Example
Text Example
White with #E1FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FFDE; }
p { color: rgb(225,255,222); }
H1.HeaderClassName
{
color: #E1FFDE;
}
.AnyTagClassName
{
color: #E1FFDE;
}
</style>
background-color css
<style>
a { background-color: #E1FFDE; }
a { background-color: rgb(225,255,222); }
div.DivClassName
{
background-color: #E1FFDE;
}
.BgClassName
{
background-color: #E1FFDE;
}
</style>
border-color css
<style>
span { border-color: #E1FFDE; }
span { border-color: rgb(225,255,222); }
td.TdClassName
{
border-color: #E1FFDE;
}
.TagClassName
{
border-color: #E1FFDE;
}
</style>