Shades of Tara #E2F8DD
Tints of Tara #E2F8DD
RGB
CMYK
RGB Variations
Color information
#E2F8DD (or 0xE2F8DD) is known color: Tara. HEX triplet: E2, F8 and DD. RGB value is (226,248,221). Sum of RGB (Red+Green+Blue) = 226+248+221=695 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.52% from 695); Green value is 248 (97.27% from 255 or 35.68% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 248 - color contains mainly: green. Hex color #E2F8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F8DD is #1D0722. Grayscale: #EEEEEE. Windows color (decimal): -1902371 or 14547170. OLE color: 14547170.
HSL color Cylindrical-coordinate representation of color #E2F8DD: hue angle of 108.89º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2F8DD is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 248 | 221 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.03 |
| HSL | 108.89º | 0.66% | 0.92% | - |
| HSV(B) | 108.89º | 0.11% | 0.97% | - |
| XYZ | 77.98 | 88.52 | 81.38 | - |
| YUV | 238.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 248 | 221 | 0.09 | 0 | 0.11 | 0.03 | 108.89 | 0.66 | 0.92 |
| Hex | E2 | F8 | DD | 9 | 0 | B | 3 | 6D | 42 | 5C |
| Octal | 342 | 370 | 335 | 11 | 0 | 13 | 3 | 155 | 102 | 134 |
| Binary | 11100010 | 11111000 | 11011101 | 1001 | 0 | 1011 | 11 | 1101101 | 1000010 | 1011100 |
Color Harmonies of #E2F8DD
Complementary color
Monochromatic Colors of #E2F8DD
Black with #E2F8DD
Text Example
Text Example
White with #E2F8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F8DD; }
p { color: rgb(226,248,221); }
H1.HeaderClassName
{
color: #E2F8DD;
}
.AnyTagClassName
{
color: #E2F8DD;
}
</style>
background-color css
<style>
a { background-color: #E2F8DD; }
a { background-color: rgb(226,248,221); }
div.DivClassName
{
background-color: #E2F8DD;
}
.BgClassName
{
background-color: #E2F8DD;
}
</style>
border-color css
<style>
span { border-color: #E2F8DD; }
span { border-color: rgb(226,248,221); }
td.TdClassName
{
border-color: #E2F8DD;
}
.TagClassName
{
border-color: #E2F8DD;
}
</style>