Shades of Tara #E0FCDD
Tints of Tara #E0FCDD
RGB
CMYK
RGB Variations
Color information
#E0FCDD (or 0xE0FCDD) is known color: Tara. HEX triplet: E0, FC and DD. RGB value is (224,252,221). Sum of RGB (Red+Green+Blue) = 224+252+221=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FCDD is #1F0322. Grayscale: #F0F0F0. Windows color (decimal): -2032419 or 14548192. OLE color: 14548192.
HSL color Cylindrical-coordinate representation of color #E0FCDD: hue angle of 114.19º degrees, saturation: 0.84, 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 #E0FCDD is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 252 | 221 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.01 |
| HSL | 114.19º | 0.84% | 0.93% | - |
| HSV(B) | 114.19º | 0.12% | 0.99% | - |
| XYZ | 78.6 | 90.69 | 81.77 | - |
| YUV | 240.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 252 | 221 | 0.11 | 0 | 0.12 | 0.01 | 114.19 | 0.84 | 0.93 |
| Hex | E0 | FC | DD | B | 0 | C | 1 | 72 | 54 | 5D |
| Octal | 340 | 374 | 335 | 13 | 0 | 14 | 1 | 162 | 124 | 135 |
| Binary | 11100000 | 11111100 | 11011101 | 1011 | 0 | 1100 | 1 | 1110010 | 1010100 | 1011101 |
Color Harmonies of #E0FCDD
Complementary color
Monochromatic Colors of #E0FCDD
Black with #E0FCDD
Text Example
Text Example
White with #E0FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FCDD; }
p { color: rgb(224,252,221); }
H1.HeaderClassName
{
color: #E0FCDD;
}
.AnyTagClassName
{
color: #E0FCDD;
}
</style>
background-color css
<style>
a { background-color: #E0FCDD; }
a { background-color: rgb(224,252,221); }
div.DivClassName
{
background-color: #E0FCDD;
}
.BgClassName
{
background-color: #E0FCDD;
}
</style>
border-color css
<style>
span { border-color: #E0FCDD; }
span { border-color: rgb(224,252,221); }
td.TdClassName
{
border-color: #E0FCDD;
}
.TagClassName
{
border-color: #E0FCDD;
}
</style>