Shades of Tara #E0FFDE
Tints of Tara #E0FFDE
RGB
CMYK
RGB Variations
Color information
#E0FFDE (or 0xE0FFDE) is known color: Tara. HEX triplet: E0, FF and DE. RGB value is (224,255,222). Sum of RGB (Red+Green+Blue) = 224+255+222=701 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.95% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FFDE is #1F0021. Grayscale: #F2F2F2. Windows color (decimal): -2031650 or 14614496. OLE color: 14614496.
HSL color Cylindrical-coordinate representation of color #E0FFDE: hue angle of 116.36º 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 #E0FFDE is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 222 | - |
| CMYK | 0.12 | 0 | 0.13 | 0 |
| HSL | 116.36º | 1% | 0.94% | - |
| HSV(B) | 116.36º | 0.13% | 1% | - |
| XYZ | 79.69 | 92.64 | 82.79 | - |
| YUV | 241.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 222 | 0.12 | 0 | 0.13 | 0 | 116.36 | 1 | 0.94 |
| Hex | E0 | FF | DE | C | 0 | D | 0 | 74 | 64 | 5E |
| Octal | 340 | 377 | 336 | 14 | 0 | 15 | 0 | 164 | 144 | 136 |
| Binary | 11100000 | 11111111 | 11011110 | 1100 | 0 | 1101 | 0 | 1110100 | 1100100 | 1011110 |
Color Harmonies of #E0FFDE
Complementary color
Monochromatic Colors of #E0FFDE
Black with #E0FFDE
Text Example
Text Example
White with #E0FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFDE; }
p { color: rgb(224,255,222); }
H1.HeaderClassName
{
color: #E0FFDE;
}
.AnyTagClassName
{
color: #E0FFDE;
}
</style>
background-color css
<style>
a { background-color: #E0FFDE; }
a { background-color: rgb(224,255,222); }
div.DivClassName
{
background-color: #E0FFDE;
}
.BgClassName
{
background-color: #E0FFDE;
}
</style>
border-color css
<style>
span { border-color: #E0FFDE; }
span { border-color: rgb(224,255,222); }
td.TdClassName
{
border-color: #E0FFDE;
}
.TagClassName
{
border-color: #E0FFDE;
}
</style>