Shades of Tara #E0FBDE
Tints of Tara #E0FBDE
RGB
CMYK
RGB Variations
Color information
#E0FBDE (or 0xE0FBDE) is known color: Tara. HEX triplet: E0, FB and DE. RGB value is (224,251,222). Sum of RGB (Red+Green+Blue) = 224+251+222=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FBDE is #1F0421. Grayscale: #EFEFEF. Windows color (decimal): -2032674 or 14613472. OLE color: 14613472.
HSL color Cylindrical-coordinate representation of color #E0FBDE: hue angle of 115.86º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FBDE is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 251 | 222 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.02 |
| HSL | 115.86º | 0.78% | 0.93% | - |
| HSV(B) | 115.86º | 0.12% | 0.98% | - |
| XYZ | 78.42 | 90.12 | 82.37 | - |
| YUV | 239.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 251 | 222 | 0.11 | 0 | 0.12 | 0.02 | 115.86 | 0.78 | 0.93 |
| Hex | E0 | FB | DE | B | 0 | C | 2 | 74 | 4E | 5D |
| Octal | 340 | 373 | 336 | 13 | 0 | 14 | 2 | 164 | 116 | 135 |
| Binary | 11100000 | 11111011 | 11011110 | 1011 | 0 | 1100 | 10 | 1110100 | 1001110 | 1011101 |
Color Harmonies of #E0FBDE
Complementary color
Monochromatic Colors of #E0FBDE
Black with #E0FBDE
Text Example
Text Example
White with #E0FBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FBDE; }
p { color: rgb(224,251,222); }
H1.HeaderClassName
{
color: #E0FBDE;
}
.AnyTagClassName
{
color: #E0FBDE;
}
</style>
background-color css
<style>
a { background-color: #E0FBDE; }
a { background-color: rgb(224,251,222); }
div.DivClassName
{
background-color: #E0FBDE;
}
.BgClassName
{
background-color: #E0FBDE;
}
</style>
border-color css
<style>
span { border-color: #E0FBDE; }
span { border-color: rgb(224,251,222); }
td.TdClassName
{
border-color: #E0FBDE;
}
.TagClassName
{
border-color: #E0FBDE;
}
</style>