Shades of Tara #E2FBDD
Tints of Tara #E2FBDD
RGB
CMYK
RGB Variations
Color information
#E2FBDD (or 0xE2FBDD) is known color: Tara. HEX triplet: E2, FB and DD. RGB value is (226,251,221). Sum of RGB (Red+Green+Blue) = 226+251+221=698 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.38% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FBDD is #1D0422. Grayscale: #F0F0F0. Windows color (decimal): -1901603 or 14547938. OLE color: 14547938.
HSL color Cylindrical-coordinate representation of color #E2FBDD: hue angle of 110º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2FBDD is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 221 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.02 |
| HSL | 110º | 0.79% | 0.93% | - |
| HSV(B) | 110º | 0.12% | 0.98% | - |
| XYZ | 78.91 | 90.38 | 81.69 | - |
| YUV | 240.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 221 | 0.10 | 0 | 0.12 | 0.02 | 110 | 0.79 | 0.93 |
| Hex | E2 | FB | DD | A | 0 | C | 2 | 6E | 4F | 5D |
| Octal | 342 | 373 | 335 | 12 | 0 | 14 | 2 | 156 | 117 | 135 |
| Binary | 11100010 | 11111011 | 11011101 | 1010 | 0 | 1100 | 10 | 1101110 | 1001111 | 1011101 |
Color Harmonies of #E2FBDD
Complementary color
Monochromatic Colors of #E2FBDD
Black with #E2FBDD
Text Example
Text Example
White with #E2FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FBDD; }
p { color: rgb(226,251,221); }
H1.HeaderClassName
{
color: #E2FBDD;
}
.AnyTagClassName
{
color: #E2FBDD;
}
</style>
background-color css
<style>
a { background-color: #E2FBDD; }
a { background-color: rgb(226,251,221); }
div.DivClassName
{
background-color: #E2FBDD;
}
.BgClassName
{
background-color: #E2FBDD;
}
</style>
border-color css
<style>
span { border-color: #E2FBDD; }
span { border-color: rgb(226,251,221); }
td.TdClassName
{
border-color: #E2FBDD;
}
.TagClassName
{
border-color: #E2FBDD;
}
</style>