Shades of Tara #E2FCDD
Tints of Tara #E2FCDD
RGB
CMYK
RGB Variations
Color information
#E2FCDD (or 0xE2FCDD) is known color: Tara. HEX triplet: E2, FC and DD. RGB value is (226,252,221). Sum of RGB (Red+Green+Blue) = 226+252+221=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 221 (86.72% from 255 or 31.62% from 699); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FCDD is #1D0322. Grayscale: #F0F0F0. Windows color (decimal): -1901347 or 14548194. OLE color: 14548194.
HSL color Cylindrical-coordinate representation of color #E2FCDD: hue angle of 110.32º 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 #E2FCDD is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 252 | 221 | - |
CMYK | 0.10 | 0 | 0.12 | 0.01 |
HSL | 110.32º | 0.84% | 0.93% | - |
HSV(B) | 110.32º | 0.12% | 0.99% | - |
XYZ | 79.23 | 91.01 | 81.8 | - |
YUV | 240.69 | 116.89 | 117.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 252 | 221 | 0.10 | 0 | 0.12 | 0.01 | 110.32 | 0.84 | 0.93 |
Hex | E2 | FC | DD | A | 0 | C | 1 | 6E | 54 | 5D |
Octal | 342 | 374 | 335 | 12 | 0 | 14 | 1 | 156 | 124 | 135 |
Binary | 11100010 | 11111100 | 11011101 | 1010 | 0 | 1100 | 1 | 1101110 | 1010100 | 1011101 |
Color Harmonies of #E2FCDD
Complementary color
Monochromatic Colors of #E2FCDD
Black with #E2FCDD
Text Example
Text Example
White with #E2FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FCDD; }
p { color: rgb(226,252,221); }
H1.HeaderClassName
{
color: #E2FCDD;
}
.AnyTagClassName
{
color: #E2FCDD;
}
</style>
background-color css
<style>
a { background-color: #E2FCDD; }
a { background-color: rgb(226,252,221); }
div.DivClassName
{
background-color: #E2FCDD;
}
.BgClassName
{
background-color: #E2FCDD;
}
</style>
border-color css
<style>
span { border-color: #E2FCDD; }
span { border-color: rgb(226,252,221); }
td.TdClassName
{
border-color: #E2FCDD;
}
.TagClassName
{
border-color: #E2FCDD;
}
</style>