Shades of Tara #E1FFDD
Tints of Tara #E1FFDD
RGB
CMYK
RGB Variations
Color information
#E1FFDD (or 0xE1FFDD) is known color: Tara. HEX triplet: E1, FF and DD. RGB value is (225,255,221). Sum of RGB (Red+Green+Blue) = 225+255+221=701 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.10% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FFDD is #1E0022. Grayscale: #F2F2F2. Windows color (decimal): -1966115 or 14548961. OLE color: 14548961.
HSL color Cylindrical-coordinate representation of color #E1FFDD: hue angle of 112.94º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1FFDD is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 221 | - |
| CMYK | 0.12 | 0 | 0.13 | 0 |
| HSL | 112.94º | 1% | 0.93% | - |
| HSV(B) | 112.94º | 0.13% | 1% | - |
| XYZ | 79.86 | 92.75 | 82.1 | - |
| YUV | 242.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 221 | 0.12 | 0 | 0.13 | 0 | 112.94 | 1 | 0.93 |
| Hex | E1 | FF | DD | C | 0 | D | 0 | 71 | 64 | 5D |
| Octal | 341 | 377 | 335 | 14 | 0 | 15 | 0 | 161 | 144 | 135 |
| Binary | 11100001 | 11111111 | 11011101 | 1100 | 0 | 1101 | 0 | 1110001 | 1100100 | 1011101 |
Color Harmonies of #E1FFDD
Complementary color
Monochromatic Colors of #E1FFDD
Black with #E1FFDD
Text Example
Text Example
White with #E1FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FFDD; }
p { color: rgb(225,255,221); }
H1.HeaderClassName
{
color: #E1FFDD;
}
.AnyTagClassName
{
color: #E1FFDD;
}
</style>
background-color css
<style>
a { background-color: #E1FFDD; }
a { background-color: rgb(225,255,221); }
div.DivClassName
{
background-color: #E1FFDD;
}
.BgClassName
{
background-color: #E1FFDD;
}
</style>
border-color css
<style>
span { border-color: #E1FFDD; }
span { border-color: rgb(225,255,221); }
td.TdClassName
{
border-color: #E1FFDD;
}
.TagClassName
{
border-color: #E1FFDD;
}
</style>