Shades of Tara #E1FEDE
Tints of Tara #E1FEDE
RGB
CMYK
RGB Variations
Color information
#E1FEDE (or 0xE1FEDE) is known color: Tara. HEX triplet: E1, FE and DE. RGB value is (225,254,222). Sum of RGB (Red+Green+Blue) = 225+254+222=701 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.10% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FEDE is #1E0121. Grayscale: #F1F1F1. Windows color (decimal): -1966370 or 14614241. OLE color: 14614241.
HSL color Cylindrical-coordinate representation of color #E1FEDE: hue angle of 114.38º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1FEDE is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 222 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.00 |
| HSL | 114.38º | 0.94% | 0.93% | - |
| HSV(B) | 114.38º | 0.13% | 1% | - |
| XYZ | 79.68 | 92.17 | 82.7 | - |
| YUV | 241.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 222 | 0.11 | 0 | 0.13 | 0.00 | 114.38 | 0.94 | 0.93 |
| Hex | E1 | FE | DE | B | 0 | D | 0 | 72 | 5E | 5D |
| Octal | 341 | 376 | 336 | 13 | 0 | 15 | 0 | 162 | 136 | 135 |
| Binary | 11100001 | 11111110 | 11011110 | 1011 | 0 | 1101 | 0 | 1110010 | 1011110 | 1011101 |
Color Harmonies of #E1FEDE
Complementary color
Monochromatic Colors of #E1FEDE
Black with #E1FEDE
Text Example
Text Example
White with #E1FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FEDE; }
p { color: rgb(225,254,222); }
H1.HeaderClassName
{
color: #E1FEDE;
}
.AnyTagClassName
{
color: #E1FEDE;
}
</style>
background-color css
<style>
a { background-color: #E1FEDE; }
a { background-color: rgb(225,254,222); }
div.DivClassName
{
background-color: #E1FEDE;
}
.BgClassName
{
background-color: #E1FEDE;
}
</style>
border-color css
<style>
span { border-color: #E1FEDE; }
span { border-color: rgb(225,254,222); }
td.TdClassName
{
border-color: #E1FEDE;
}
.TagClassName
{
border-color: #E1FEDE;
}
</style>