Shades of Tara #E0F8DD
Tints of Tara #E0F8DD
RGB
CMYK
RGB Variations
Color information
#E0F8DD (or 0xE0F8DD) is known color: Tara. HEX triplet: E0, F8 and DD. RGB value is (224,248,221). Sum of RGB (Red+Green+Blue) = 224+248+221=693 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.32% from 693); Green value is 248 (97.27% from 255 or 35.79% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F8DD is #1F0722. Grayscale: #EDEDED. Windows color (decimal): -2033443 or 14547168. OLE color: 14547168.
HSL color Cylindrical-coordinate representation of color #E0F8DD: hue angle of 113.33º 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 #E0F8DD is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 248 | 221 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.03 |
| HSL | 113.33º | 0.66% | 0.92% | - |
| HSV(B) | 113.33º | 0.11% | 0.97% | - |
| XYZ | 77.36 | 88.2 | 81.35 | - |
| YUV | 237.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 248 | 221 | 0.10 | 0 | 0.11 | 0.03 | 113.33 | 0.66 | 0.92 |
| Hex | E0 | F8 | DD | A | 0 | B | 3 | 71 | 42 | 5C |
| Octal | 340 | 370 | 335 | 12 | 0 | 13 | 3 | 161 | 102 | 134 |
| Binary | 11100000 | 11111000 | 11011101 | 1010 | 0 | 1011 | 11 | 1110001 | 1000010 | 1011100 |
Color Harmonies of #E0F8DD
Complementary color
Monochromatic Colors of #E0F8DD
Black with #E0F8DD
Text Example
Text Example
White with #E0F8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F8DD; }
p { color: rgb(224,248,221); }
H1.HeaderClassName
{
color: #E0F8DD;
}
.AnyTagClassName
{
color: #E0F8DD;
}
</style>
background-color css
<style>
a { background-color: #E0F8DD; }
a { background-color: rgb(224,248,221); }
div.DivClassName
{
background-color: #E0F8DD;
}
.BgClassName
{
background-color: #E0F8DD;
}
</style>
border-color css
<style>
span { border-color: #E0F8DD; }
span { border-color: rgb(224,248,221); }
td.TdClassName
{
border-color: #E0F8DD;
}
.TagClassName
{
border-color: #E0F8DD;
}
</style>