Shades of Tara #E0F3DE
Tints of Tara #E0F3DE
RGB
CMYK
RGB Variations
Color information
#E0F3DE (or 0xE0F3DE) is known color: Tara. HEX triplet: E0, F3 and DE. RGB value is (224,243,222). Sum of RGB (Red+Green+Blue) = 224+243+222=689 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.51% from 689); Green value is 243 (95.31% from 255 or 35.27% from 689); Blue value is 222 (87.11% from 255 or 32.22% from 689); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F3DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F3DE is #1F0C21. Grayscale: #EAEAEA. Windows color (decimal): -2034722 or 14611424. OLE color: 14611424.
HSL color Cylindrical-coordinate representation of color #E0F3DE: hue angle of 114.29º degrees, saturation: 0.47, 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 #E0F3DE is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 243 | 222 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.05 |
| HSL | 114.29º | 0.47% | 0.91% | - |
| HSV(B) | 114.29º | 0.09% | 0.95% | - |
| XYZ | 75.98 | 85.22 | 81.55 | - |
| YUV | 234.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 243 | 222 | 0.08 | 0 | 0.09 | 0.05 | 114.29 | 0.47 | 0.91 |
| Hex | E0 | F3 | DE | 8 | 0 | 9 | 5 | 72 | 2F | 5B |
| Octal | 340 | 363 | 336 | 10 | 0 | 11 | 5 | 162 | 57 | 133 |
| Binary | 11100000 | 11110011 | 11011110 | 1000 | 0 | 1001 | 101 | 1110010 | 101111 | 1011011 |
Color Harmonies of #E0F3DE
Complementary color
Monochromatic Colors of #E0F3DE
Black with #E0F3DE
Text Example
Text Example
White with #E0F3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F3DE; }
p { color: rgb(224,243,222); }
H1.HeaderClassName
{
color: #E0F3DE;
}
.AnyTagClassName
{
color: #E0F3DE;
}
</style>
background-color css
<style>
a { background-color: #E0F3DE; }
a { background-color: rgb(224,243,222); }
div.DivClassName
{
background-color: #E0F3DE;
}
.BgClassName
{
background-color: #E0F3DE;
}
</style>
border-color css
<style>
span { border-color: #E0F3DE; }
span { border-color: rgb(224,243,222); }
td.TdClassName
{
border-color: #E0F3DE;
}
.TagClassName
{
border-color: #E0F3DE;
}
</style>