Shades of Tara #E2FDDD
Tints of Tara #E2FDDD
RGB
CMYK
RGB Variations
Color information
#E2FDDD (or 0xE2FDDD) is known color: Tara. HEX triplet: E2, FD and DD. RGB value is (226,253,221). Sum of RGB (Red+Green+Blue) = 226+253+221=700 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.29% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 221 (86.72% from 255 or 31.57% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FDDD is #1D0222. Grayscale: #F1F1F1. Windows color (decimal): -1901091 or 14548450. OLE color: 14548450.
HSL color Cylindrical-coordinate representation of color #E2FDDD: hue angle of 110.62º 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 #E2FDDD is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 253 | 221 | - |
CMYK | 0.11 | 0 | 0.13 | 0.01 |
HSL | 110.63º | 0.89% | 0.93% | - |
HSV(B) | 110.63º | 0.13% | 0.99% | - |
XYZ | 79.54 | 91.64 | 81.9 | - |
YUV | 241.28 | 116.55 | 117.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 253 | 221 | 0.11 | 0 | 0.13 | 0.01 | 110.63 | 0.89 | 0.93 |
Hex | E2 | FD | DD | B | 0 | D | 1 | 6F | 59 | 5D |
Octal | 342 | 375 | 335 | 13 | 0 | 15 | 1 | 157 | 131 | 135 |
Binary | 11100010 | 11111101 | 11011101 | 1011 | 0 | 1101 | 1 | 1101111 | 1011001 | 1011101 |
Color Harmonies of #E2FDDD
Complementary color
Monochromatic Colors of #E2FDDD
Black with #E2FDDD
Text Example
Text Example
White with #E2FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FDDD; }
p { color: rgb(226,253,221); }
H1.HeaderClassName
{
color: #E2FDDD;
}
.AnyTagClassName
{
color: #E2FDDD;
}
</style>
background-color css
<style>
a { background-color: #E2FDDD; }
a { background-color: rgb(226,253,221); }
div.DivClassName
{
background-color: #E2FDDD;
}
.BgClassName
{
background-color: #E2FDDD;
}
</style>
border-color css
<style>
span { border-color: #E2FDDD; }
span { border-color: rgb(226,253,221); }
td.TdClassName
{
border-color: #E2FDDD;
}
.TagClassName
{
border-color: #E2FDDD;
}
</style>