Shades of Tara #E1F6DD
Tints of Tara #E1F6DD
RGB
CMYK
RGB Variations
Color information
#E1F6DD (or 0xE1F6DD) is known color: Tara. HEX triplet: E1, F6 and DD. RGB value is (225,246,221). Sum of RGB (Red+Green+Blue) = 225+246+221=692 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.51% from 692); Green value is 246 (96.48% from 255 or 35.55% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 246 - color contains mainly: green. Hex color #E1F6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F6DD is #1E0922. Grayscale: #ECECEC. Windows color (decimal): -1968419 or 14546657. OLE color: 14546657.
HSL color Cylindrical-coordinate representation of color #E1F6DD: hue angle of 110.4º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1F6DD is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 246 | 221 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.04 |
| HSL | 110.4º | 0.58% | 0.92% | - |
| HSV(B) | 110.4º | 0.1% | 0.96% | - |
| XYZ | 77.06 | 87.14 | 81.16 | - |
| YUV | 236.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 246 | 221 | 0.09 | 0 | 0.10 | 0.04 | 110.4 | 0.58 | 0.92 |
| Hex | E1 | F6 | DD | 9 | 0 | A | 4 | 6E | 3A | 5C |
| Octal | 341 | 366 | 335 | 11 | 0 | 12 | 4 | 156 | 72 | 134 |
| Binary | 11100001 | 11110110 | 11011101 | 1001 | 0 | 1010 | 100 | 1101110 | 111010 | 1011100 |
Color Harmonies of #E1F6DD
Complementary color
Monochromatic Colors of #E1F6DD
Black with #E1F6DD
Text Example
Text Example
White with #E1F6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F6DD; }
p { color: rgb(225,246,221); }
H1.HeaderClassName
{
color: #E1F6DD;
}
.AnyTagClassName
{
color: #E1F6DD;
}
</style>
background-color css
<style>
a { background-color: #E1F6DD; }
a { background-color: rgb(225,246,221); }
div.DivClassName
{
background-color: #E1F6DD;
}
.BgClassName
{
background-color: #E1F6DD;
}
</style>
border-color css
<style>
span { border-color: #E1F6DD; }
span { border-color: rgb(225,246,221); }
td.TdClassName
{
border-color: #E1F6DD;
}
.TagClassName
{
border-color: #E1F6DD;
}
</style>