Shades of Tara #E0F4DD
Tints of Tara #E0F4DD
RGB
CMYK
RGB Variations
Color information
#E0F4DD (or 0xE0F4DD) is known color: Tara. HEX triplet: E0, F4 and DD. RGB value is (224,244,221). Sum of RGB (Red+Green+Blue) = 224+244+221=689 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.51% from 689); Green value is 244 (95.70% from 255 or 35.41% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F4DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F4DD is #1F0B22. Grayscale: #EBEBEB. Windows color (decimal): -2034467 or 14546144. OLE color: 14546144.
HSL color Cylindrical-coordinate representation of color #E0F4DD: hue angle of 112.17º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0F4DD is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 244 | 221 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.04 |
| HSL | 112.17º | 0.51% | 0.91% | - |
| HSV(B) | 112.17º | 0.09% | 0.96% | - |
| XYZ | 76.14 | 85.77 | 80.95 | - |
| YUV | 235.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 244 | 221 | 0.08 | 0 | 0.09 | 0.04 | 112.17 | 0.51 | 0.91 |
| Hex | E0 | F4 | DD | 8 | 0 | 9 | 4 | 70 | 33 | 5B |
| Octal | 340 | 364 | 335 | 10 | 0 | 11 | 4 | 160 | 63 | 133 |
| Binary | 11100000 | 11110100 | 11011101 | 1000 | 0 | 1001 | 100 | 1110000 | 110011 | 1011011 |
Color Harmonies of #E0F4DD
Complementary color
Monochromatic Colors of #E0F4DD
Black with #E0F4DD
Text Example
Text Example
White with #E0F4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F4DD; }
p { color: rgb(224,244,221); }
H1.HeaderClassName
{
color: #E0F4DD;
}
.AnyTagClassName
{
color: #E0F4DD;
}
</style>
background-color css
<style>
a { background-color: #E0F4DD; }
a { background-color: rgb(224,244,221); }
div.DivClassName
{
background-color: #E0F4DD;
}
.BgClassName
{
background-color: #E0F4DD;
}
</style>
border-color css
<style>
span { border-color: #E0F4DD; }
span { border-color: rgb(224,244,221); }
td.TdClassName
{
border-color: #E0F4DD;
}
.TagClassName
{
border-color: #E0F4DD;
}
</style>