Shades of Tara #E2FDDC
Tints of Tara #E2FDDC
RGB
CMYK
RGB Variations
Color information
#E2FDDC (or 0xE2FDDC) is known color: Tara. HEX triplet: E2, FD and DC. RGB value is (226,253,220). Sum of RGB (Red+Green+Blue) = 226+253+220=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 220 (86.33% from 255 or 31.47% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FDDC is #1D0223. Grayscale: #F1F1F1. Windows color (decimal): -1901092 or 14482914. OLE color: 14482914.
HSL color Cylindrical-coordinate representation of color #E2FDDC: hue angle of 109.09º degrees, saturation: 0.89, 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 #E2FDDC is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 253 | 220 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.01 |
| HSL | 109.09º | 0.89% | 0.93% | - |
| HSV(B) | 109.09º | 0.13% | 0.99% | - |
| XYZ | 79.41 | 91.59 | 81.2 | - |
| YUV | 241.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 253 | 220 | 0.11 | 0 | 0.13 | 0.01 | 109.09 | 0.89 | 0.93 |
| Hex | E2 | FD | DC | B | 0 | D | 1 | 6D | 59 | 5D |
| Octal | 342 | 375 | 334 | 13 | 0 | 15 | 1 | 155 | 131 | 135 |
| Binary | 11100010 | 11111101 | 11011100 | 1011 | 0 | 1101 | 1 | 1101101 | 1011001 | 1011101 |
Color Harmonies of #E2FDDC
Complementary color
Monochromatic Colors of #E2FDDC
Black with #E2FDDC
Text Example
Text Example
White with #E2FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FDDC; }
p { color: rgb(226,253,220); }
H1.HeaderClassName
{
color: #E2FDDC;
}
.AnyTagClassName
{
color: #E2FDDC;
}
</style>
background-color css
<style>
a { background-color: #E2FDDC; }
a { background-color: rgb(226,253,220); }
div.DivClassName
{
background-color: #E2FDDC;
}
.BgClassName
{
background-color: #E2FDDC;
}
</style>
border-color css
<style>
span { border-color: #E2FDDC; }
span { border-color: rgb(226,253,220); }
td.TdClassName
{
border-color: #E2FDDC;
}
.TagClassName
{
border-color: #E2FDDC;
}
</style>