Shades of Tara #E0F0DE
Tints of Tara #E0F0DE
RGB
CMYK
RGB Variations
Color information
#E0F0DE (or 0xE0F0DE) is known color: Tara. HEX triplet: E0, F0 and DE. RGB value is (224,240,222). Sum of RGB (Red+Green+Blue) = 224+240+222=686 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.65% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F0DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F0DE is #1F0F21. Grayscale: #E9E9E9. Windows color (decimal): -2035490 or 14610656. OLE color: 14610656.
HSL color Cylindrical-coordinate representation of color #E0F0DE: hue angle of 113.33º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0F0DE is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 240 | 222 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.06 |
| HSL | 113.33º | 0.38% | 0.91% | - |
| HSV(B) | 113.33º | 0.07% | 0.94% | - |
| XYZ | 75.09 | 83.44 | 81.26 | - |
| YUV | 233.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 240 | 222 | 0.07 | 0 | 0.08 | 0.06 | 113.33 | 0.38 | 0.91 |
| Hex | E0 | F0 | DE | 7 | 0 | 8 | 6 | 71 | 26 | 5B |
| Octal | 340 | 360 | 336 | 7 | 0 | 10 | 6 | 161 | 46 | 133 |
| Binary | 11100000 | 11110000 | 11011110 | 111 | 0 | 1000 | 110 | 1110001 | 100110 | 1011011 |
Color Harmonies of #E0F0DE
Complementary color
Monochromatic Colors of #E0F0DE
Black with #E0F0DE
Text Example
Text Example
White with #E0F0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F0DE; }
p { color: rgb(224,240,222); }
H1.HeaderClassName
{
color: #E0F0DE;
}
.AnyTagClassName
{
color: #E0F0DE;
}
</style>
background-color css
<style>
a { background-color: #E0F0DE; }
a { background-color: rgb(224,240,222); }
div.DivClassName
{
background-color: #E0F0DE;
}
.BgClassName
{
background-color: #E0F0DE;
}
</style>
border-color css
<style>
span { border-color: #E0F0DE; }
span { border-color: rgb(224,240,222); }
td.TdClassName
{
border-color: #E0F0DE;
}
.TagClassName
{
border-color: #E0F0DE;
}
</style>