Shades of Tara #E0FDDF
Tints of Tara #E0FDDF
RGB
CMYK
RGB Variations
Color information
#E0FDDF (or 0xE0FDDF) is known color: Tara. HEX triplet: E0, FD and DF. RGB value is (224,253,223). Sum of RGB (Red+Green+Blue) = 224+253+223=700 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FDDF is #1F0220. Grayscale: #F0F0F0. Windows color (decimal): -2032161 or 14679520. OLE color: 14679520.
HSL color Cylindrical-coordinate representation of color #E0FDDF: hue angle of 118º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FDDF is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 253 | 223 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.01 |
| HSL | 118º | 0.88% | 0.93% | - |
| HSV(B) | 118º | 0.12% | 0.99% | - |
| XYZ | 79.19 | 91.43 | 83.29 | - |
| YUV | 240.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 253 | 223 | 0.11 | 0 | 0.12 | 0.01 | 118 | 0.88 | 0.93 |
| Hex | E0 | FD | DF | B | 0 | C | 1 | 76 | 58 | 5D |
| Octal | 340 | 375 | 337 | 13 | 0 | 14 | 1 | 166 | 130 | 135 |
| Binary | 11100000 | 11111101 | 11011111 | 1011 | 0 | 1100 | 1 | 1110110 | 1011000 | 1011101 |
Color Harmonies of #E0FDDF
Complementary color
Monochromatic Colors of #E0FDDF
Black with #E0FDDF
Text Example
Text Example
White with #E0FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FDDF; }
p { color: rgb(224,253,223); }
H1.HeaderClassName
{
color: #E0FDDF;
}
.AnyTagClassName
{
color: #E0FDDF;
}
</style>
background-color css
<style>
a { background-color: #E0FDDF; }
a { background-color: rgb(224,253,223); }
div.DivClassName
{
background-color: #E0FDDF;
}
.BgClassName
{
background-color: #E0FDDF;
}
</style>
border-color css
<style>
span { border-color: #E0FDDF; }
span { border-color: rgb(224,253,223); }
td.TdClassName
{
border-color: #E0FDDF;
}
.TagClassName
{
border-color: #E0FDDF;
}
</style>