Shades of Tara #E0FADD
Tints of Tara #E0FADD
RGB
CMYK
RGB Variations
Color information
#E0FADD (or 0xE0FADD) is known color: Tara. HEX triplet: E0, FA and DD. RGB value is (224,250,221). Sum of RGB (Red+Green+Blue) = 224+250+221=695 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.23% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FADD is #1F0522. Grayscale: #EFEFEF. Windows color (decimal): -2032931 or 14547680. OLE color: 14547680.
HSL color Cylindrical-coordinate representation of color #E0FADD: hue angle of 113.79º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FADD is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 221 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.02 |
| HSL | 113.79º | 0.74% | 0.92% | - |
| HSV(B) | 113.79º | 0.12% | 0.98% | - |
| XYZ | 77.98 | 89.44 | 81.56 | - |
| YUV | 238.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 221 | 0.10 | 0 | 0.12 | 0.02 | 113.79 | 0.74 | 0.92 |
| Hex | E0 | FA | DD | A | 0 | C | 2 | 72 | 4A | 5C |
| Octal | 340 | 372 | 335 | 12 | 0 | 14 | 2 | 162 | 112 | 134 |
| Binary | 11100000 | 11111010 | 11011101 | 1010 | 0 | 1100 | 10 | 1110010 | 1001010 | 1011100 |
Color Harmonies of #E0FADD
Complementary color
Monochromatic Colors of #E0FADD
Black with #E0FADD
Text Example
Text Example
White with #E0FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FADD; }
p { color: rgb(224,250,221); }
H1.HeaderClassName
{
color: #E0FADD;
}
.AnyTagClassName
{
color: #E0FADD;
}
</style>
background-color css
<style>
a { background-color: #E0FADD; }
a { background-color: rgb(224,250,221); }
div.DivClassName
{
background-color: #E0FADD;
}
.BgClassName
{
background-color: #E0FADD;
}
</style>
border-color css
<style>
span { border-color: #E0FADD; }
span { border-color: rgb(224,250,221); }
td.TdClassName
{
border-color: #E0FADD;
}
.TagClassName
{
border-color: #E0FADD;
}
</style>