Shades of Tara #E1FADC
Tints of Tara #E1FADC
RGB
CMYK
RGB Variations
Color information
#E1FADC (or 0xE1FADC) is known color: Tara. HEX triplet: E1, FA and DC. RGB value is (225,250,220). Sum of RGB (Red+Green+Blue) = 225+250+220=695 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.37% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FADC is #1E0523. Grayscale: #EFEFEF. Windows color (decimal): -1967396 or 14482145. OLE color: 14482145.
HSL color Cylindrical-coordinate representation of color #E1FADC: hue angle of 110º degrees, saturation: 0.75, 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 #E1FADC is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 220 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.02 |
| HSL | 110º | 0.75% | 0.92% | - |
| HSV(B) | 110º | 0.12% | 0.98% | - |
| XYZ | 78.16 | 89.55 | 80.88 | - |
| YUV | 239.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 220 | 0.10 | 0 | 0.12 | 0.02 | 110 | 0.75 | 0.92 |
| Hex | E1 | FA | DC | A | 0 | C | 2 | 6E | 4B | 5C |
| Octal | 341 | 372 | 334 | 12 | 0 | 14 | 2 | 156 | 113 | 134 |
| Binary | 11100001 | 11111010 | 11011100 | 1010 | 0 | 1100 | 10 | 1101110 | 1001011 | 1011100 |
Color Harmonies of #E1FADC
Complementary color
Monochromatic Colors of #E1FADC
Black with #E1FADC
Text Example
Text Example
White with #E1FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FADC; }
p { color: rgb(225,250,220); }
H1.HeaderClassName
{
color: #E1FADC;
}
.AnyTagClassName
{
color: #E1FADC;
}
</style>
background-color css
<style>
a { background-color: #E1FADC; }
a { background-color: rgb(225,250,220); }
div.DivClassName
{
background-color: #E1FADC;
}
.BgClassName
{
background-color: #E1FADC;
}
</style>
border-color css
<style>
span { border-color: #E1FADC; }
span { border-color: rgb(225,250,220); }
td.TdClassName
{
border-color: #E1FADC;
}
.TagClassName
{
border-color: #E1FADC;
}
</style>