Shades of Tara #E0FBDC
Tints of Tara #E0FBDC
RGB
CMYK
RGB Variations
Color information
#E0FBDC (or 0xE0FBDC) is known color: Tara. HEX triplet: E0, FB and DC. RGB value is (224,251,220). Sum of RGB (Red+Green+Blue) = 224+251+220=695 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.23% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FBDC is #1F0423. Grayscale: #EFEFEF. Windows color (decimal): -2032676 or 14482400. OLE color: 14482400.
HSL color Cylindrical-coordinate representation of color #E0FBDC: hue angle of 112.26º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FBDC is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 251 | 220 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.02 |
| HSL | 112.26º | 0.79% | 0.92% | - |
| HSV(B) | 112.26º | 0.12% | 0.98% | - |
| XYZ | 78.16 | 90.01 | 80.96 | - |
| YUV | 239.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 251 | 220 | 0.11 | 0 | 0.12 | 0.02 | 112.26 | 0.79 | 0.92 |
| Hex | E0 | FB | DC | B | 0 | C | 2 | 70 | 4F | 5C |
| Octal | 340 | 373 | 334 | 13 | 0 | 14 | 2 | 160 | 117 | 134 |
| Binary | 11100000 | 11111011 | 11011100 | 1011 | 0 | 1100 | 10 | 1110000 | 1001111 | 1011100 |
Color Harmonies of #E0FBDC
Complementary color
Monochromatic Colors of #E0FBDC
Black with #E0FBDC
Text Example
Text Example
White with #E0FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FBDC; }
p { color: rgb(224,251,220); }
H1.HeaderClassName
{
color: #E0FBDC;
}
.AnyTagClassName
{
color: #E0FBDC;
}
</style>
background-color css
<style>
a { background-color: #E0FBDC; }
a { background-color: rgb(224,251,220); }
div.DivClassName
{
background-color: #E0FBDC;
}
.BgClassName
{
background-color: #E0FBDC;
}
</style>
border-color css
<style>
span { border-color: #E0FBDC; }
span { border-color: rgb(224,251,220); }
td.TdClassName
{
border-color: #E0FBDC;
}
.TagClassName
{
border-color: #E0FBDC;
}
</style>