Shades of Tara #E0FFDB
Tints of Tara #E0FFDB
RGB
CMYK
RGB Variations
Color information
#E0FFDB (or 0xE0FFDB) is known color: Tara. HEX triplet: E0, FF and DB. RGB value is (224,255,219). Sum of RGB (Red+Green+Blue) = 224+255+219=698 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.09% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 219 (85.94% from 255 or 31.38% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FFDB is #1F0024. Grayscale: #F1F1F1. Windows color (decimal): -2031653 or 14417888. OLE color: 14417888.
HSL color Cylindrical-coordinate representation of color #E0FFDB: hue angle of 111.67º 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 #E0FFDB is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 224 | 255 | 219 | - |
CMYK | 0.12 | 0 | 0.14 | 0 |
HSL | 111.67º | 1% | 0.93% | - |
HSV(B) | 111.67º | 0.14% | 1% | - |
XYZ | 79.29 | 92.48 | 80.69 | - |
YUV | 241.63 | 115.23 | 115.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 224 | 255 | 219 | 0.12 | 0 | 0.14 | 0 | 111.67 | 1 | 0.93 |
Hex | E0 | FF | DB | C | 0 | E | 0 | 70 | 64 | 5D |
Octal | 340 | 377 | 333 | 14 | 0 | 16 | 0 | 160 | 144 | 135 |
Binary | 11100000 | 11111111 | 11011011 | 1100 | 0 | 1110 | 0 | 1110000 | 1100100 | 1011101 |
Color Harmonies of #E0FFDB
Complementary color
Monochromatic Colors of #E0FFDB
Black with #E0FFDB
Text Example
Text Example
White with #E0FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFDB; }
p { color: rgb(224,255,219); }
H1.HeaderClassName
{
color: #E0FFDB;
}
.AnyTagClassName
{
color: #E0FFDB;
}
</style>
background-color css
<style>
a { background-color: #E0FFDB; }
a { background-color: rgb(224,255,219); }
div.DivClassName
{
background-color: #E0FFDB;
}
.BgClassName
{
background-color: #E0FFDB;
}
</style>
border-color css
<style>
span { border-color: #E0FFDB; }
span { border-color: rgb(224,255,219); }
td.TdClassName
{
border-color: #E0FFDB;
}
.TagClassName
{
border-color: #E0FFDB;
}
</style>