Shades of Tara #E0F2DD
Tints of Tara #E0F2DD
RGB
CMYK
RGB Variations
Color information
#E0F2DD (or 0xE0F2DD) is known color: Tara. HEX triplet: E0, F2 and DD. RGB value is (224,242,221). Sum of RGB (Red+Green+Blue) = 224+242+221=687 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.61% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F2DD is #1F0D22. Grayscale: #EAEAEA. Windows color (decimal): -2034979 or 14545632. OLE color: 14545632.
HSL color Cylindrical-coordinate representation of color #E0F2DD: hue angle of 111.43º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0F2DD is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 221 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.05 |
| HSL | 111.43º | 0.45% | 0.91% | - |
| HSV(B) | 111.43º | 0.09% | 0.95% | - |
| XYZ | 75.54 | 84.57 | 80.75 | - |
| YUV | 234.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 221 | 0.07 | 0 | 0.09 | 0.05 | 111.43 | 0.45 | 0.91 |
| Hex | E0 | F2 | DD | 7 | 0 | 9 | 5 | 6F | 2D | 5B |
| Octal | 340 | 362 | 335 | 7 | 0 | 11 | 5 | 157 | 55 | 133 |
| Binary | 11100000 | 11110010 | 11011101 | 111 | 0 | 1001 | 101 | 1101111 | 101101 | 1011011 |
Color Harmonies of #E0F2DD
Complementary color
Monochromatic Colors of #E0F2DD
Black with #E0F2DD
Text Example
Text Example
White with #E0F2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F2DD; }
p { color: rgb(224,242,221); }
H1.HeaderClassName
{
color: #E0F2DD;
}
.AnyTagClassName
{
color: #E0F2DD;
}
</style>
background-color css
<style>
a { background-color: #E0F2DD; }
a { background-color: rgb(224,242,221); }
div.DivClassName
{
background-color: #E0F2DD;
}
.BgClassName
{
background-color: #E0F2DD;
}
</style>
border-color css
<style>
span { border-color: #E0F2DD; }
span { border-color: rgb(224,242,221); }
td.TdClassName
{
border-color: #E0F2DD;
}
.TagClassName
{
border-color: #E0F2DD;
}
</style>