Shades of Tara #E1FCDC
Tints of Tara #E1FCDC
RGB
CMYK
RGB Variations
Color information
#E1FCDC (or 0xE1FCDC) is known color: Tara. HEX triplet: E1, FC and DC. RGB value is (225,252,220). Sum of RGB (Red+Green+Blue) = 225+252+220=697 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.28% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FCDC is #1E0323. Grayscale: #F0F0F0. Windows color (decimal): -1966884 or 14482657. OLE color: 14482657.
HSL color Cylindrical-coordinate representation of color #E1FCDC: hue angle of 110.62º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1FCDC is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 252 | 220 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.01 |
| HSL | 110.63º | 0.84% | 0.93% | - |
| HSV(B) | 110.63º | 0.13% | 0.99% | - |
| XYZ | 78.78 | 90.8 | 81.08 | - |
| YUV | 240.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 252 | 220 | 0.11 | 0 | 0.13 | 0.01 | 110.63 | 0.84 | 0.93 |
| Hex | E1 | FC | DC | B | 0 | D | 1 | 6F | 54 | 5D |
| Octal | 341 | 374 | 334 | 13 | 0 | 15 | 1 | 157 | 124 | 135 |
| Binary | 11100001 | 11111100 | 11011100 | 1011 | 0 | 1101 | 1 | 1101111 | 1010100 | 1011101 |
Color Harmonies of #E1FCDC
Complementary color
Monochromatic Colors of #E1FCDC
Black with #E1FCDC
Text Example
Text Example
White with #E1FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FCDC; }
p { color: rgb(225,252,220); }
H1.HeaderClassName
{
color: #E1FCDC;
}
.AnyTagClassName
{
color: #E1FCDC;
}
</style>
background-color css
<style>
a { background-color: #E1FCDC; }
a { background-color: rgb(225,252,220); }
div.DivClassName
{
background-color: #E1FCDC;
}
.BgClassName
{
background-color: #E1FCDC;
}
</style>
border-color css
<style>
span { border-color: #E1FCDC; }
span { border-color: rgb(225,252,220); }
td.TdClassName
{
border-color: #E1FCDC;
}
.TagClassName
{
border-color: #E1FCDC;
}
</style>