Shades of Tara #E1FEDD
Tints of Tara #E1FEDD
RGB
CMYK
RGB Variations
Color information
#E1FEDD (or 0xE1FEDD) is known color: Tara. HEX triplet: E1, FE and DD. RGB value is (225,254,221). Sum of RGB (Red+Green+Blue) = 225+254+221=700 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.14% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 221 (86.72% from 255 or 31.57% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FEDD is #1E0122. Grayscale: #F1F1F1. Windows color (decimal): -1966371 or 14548705. OLE color: 14548705.
HSL color Cylindrical-coordinate representation of color #E1FEDD: hue angle of 112.73º 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 #E1FEDD is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 221 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.00 |
| HSL | 112.73º | 0.94% | 0.93% | - |
| HSV(B) | 112.73º | 0.13% | 1% | - |
| XYZ | 79.54 | 92.11 | 81.99 | - |
| YUV | 241.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 221 | 0.11 | 0 | 0.13 | 0.00 | 112.73 | 0.94 | 0.93 |
| Hex | E1 | FE | DD | B | 0 | D | 0 | 71 | 5E | 5D |
| Octal | 341 | 376 | 335 | 13 | 0 | 15 | 0 | 161 | 136 | 135 |
| Binary | 11100001 | 11111110 | 11011101 | 1011 | 0 | 1101 | 0 | 1110001 | 1011110 | 1011101 |
Color Harmonies of #E1FEDD
Complementary color
Monochromatic Colors of #E1FEDD
Black with #E1FEDD
Text Example
Text Example
White with #E1FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FEDD; }
p { color: rgb(225,254,221); }
H1.HeaderClassName
{
color: #E1FEDD;
}
.AnyTagClassName
{
color: #E1FEDD;
}
</style>
background-color css
<style>
a { background-color: #E1FEDD; }
a { background-color: rgb(225,254,221); }
div.DivClassName
{
background-color: #E1FEDD;
}
.BgClassName
{
background-color: #E1FEDD;
}
</style>
border-color css
<style>
span { border-color: #E1FEDD; }
span { border-color: rgb(225,254,221); }
td.TdClassName
{
border-color: #E1FEDD;
}
.TagClassName
{
border-color: #E1FEDD;
}
</style>