Shades of Tara #E0FFDC
Tints of Tara #E0FFDC
RGB
CMYK
RGB Variations
Color information
#E0FFDC (or 0xE0FFDC) is known color: Tara. HEX triplet: E0, FF and DC. RGB value is (224,255,220). Sum of RGB (Red+Green+Blue) = 224+255+220=699 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.05% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 220 (86.33% from 255 or 31.47% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FFDC is #1F0023. Grayscale: #F1F1F1. Windows color (decimal): -2031652 or 14483424. OLE color: 14483424.
HSL color Cylindrical-coordinate representation of color #E0FFDC: hue angle of 113.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0FFDC is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 220 | - |
| CMYK | 0.12 | 0 | 0.14 | 0 |
| HSL | 113.14º | 1% | 0.93% | - |
| HSV(B) | 113.14º | 0.14% | 1% | - |
| XYZ | 79.42 | 92.53 | 81.39 | - |
| YUV | 241.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 220 | 0.12 | 0 | 0.14 | 0 | 113.14 | 1 | 0.93 |
| Hex | E0 | FF | DC | C | 0 | E | 0 | 71 | 64 | 5D |
| Octal | 340 | 377 | 334 | 14 | 0 | 16 | 0 | 161 | 144 | 135 |
| Binary | 11100000 | 11111111 | 11011100 | 1100 | 0 | 1110 | 0 | 1110001 | 1100100 | 1011101 |
Color Harmonies of #E0FFDC
Complementary color
Monochromatic Colors of #E0FFDC
Black with #E0FFDC
Text Example
Text Example
White with #E0FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFDC; }
p { color: rgb(224,255,220); }
H1.HeaderClassName
{
color: #E0FFDC;
}
.AnyTagClassName
{
color: #E0FFDC;
}
</style>
background-color css
<style>
a { background-color: #E0FFDC; }
a { background-color: rgb(224,255,220); }
div.DivClassName
{
background-color: #E0FFDC;
}
.BgClassName
{
background-color: #E0FFDC;
}
</style>
border-color css
<style>
span { border-color: #E0FFDC; }
span { border-color: rgb(224,255,220); }
td.TdClassName
{
border-color: #E0FFDC;
}
.TagClassName
{
border-color: #E0FFDC;
}
</style>