Shades of Tara #E1FCDD
Tints of Tara #E1FCDD
RGB
CMYK
RGB Variations
Color information
#E1FCDD (or 0xE1FCDD) is known color: Tara. HEX triplet: E1, FC and DD. RGB value is (225,252,221). Sum of RGB (Red+Green+Blue) = 225+252+221=698 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.23% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FCDD is #1E0322. Grayscale: #F0F0F0. Windows color (decimal): -1966883 or 14548193. OLE color: 14548193.
HSL color Cylindrical-coordinate representation of color #E1FCDD: hue angle of 112.26º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1FCDD is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 252 | 221 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.01 |
| HSL | 112.26º | 0.84% | 0.93% | - |
| HSV(B) | 112.26º | 0.12% | 0.99% | - |
| XYZ | 78.91 | 90.85 | 81.78 | - |
| YUV | 240.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 252 | 221 | 0.11 | 0 | 0.12 | 0.01 | 112.26 | 0.84 | 0.93 |
| Hex | E1 | FC | DD | B | 0 | C | 1 | 70 | 54 | 5D |
| Octal | 341 | 374 | 335 | 13 | 0 | 14 | 1 | 160 | 124 | 135 |
| Binary | 11100001 | 11111100 | 11011101 | 1011 | 0 | 1100 | 1 | 1110000 | 1010100 | 1011101 |
Color Harmonies of #E1FCDD
Complementary color
Monochromatic Colors of #E1FCDD
Black with #E1FCDD
Text Example
Text Example
White with #E1FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FCDD; }
p { color: rgb(225,252,221); }
H1.HeaderClassName
{
color: #E1FCDD;
}
.AnyTagClassName
{
color: #E1FCDD;
}
</style>
background-color css
<style>
a { background-color: #E1FCDD; }
a { background-color: rgb(225,252,221); }
div.DivClassName
{
background-color: #E1FCDD;
}
.BgClassName
{
background-color: #E1FCDD;
}
</style>
border-color css
<style>
span { border-color: #E1FCDD; }
span { border-color: rgb(225,252,221); }
td.TdClassName
{
border-color: #E1FCDD;
}
.TagClassName
{
border-color: #E1FCDD;
}
</style>