Shades of Tara #E2FBDC
Tints of Tara #E2FBDC
RGB
CMYK
RGB Variations
Color information
#E2FBDC (or 0xE2FBDC) is known color: Tara. HEX triplet: E2, FB and DC. RGB value is (226,251,220). Sum of RGB (Red+Green+Blue) = 226+251+220=697 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.42% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FBDC is #1D0423. Grayscale: #F0F0F0. Windows color (decimal): -1901604 or 14482402. OLE color: 14482402.
HSL color Cylindrical-coordinate representation of color #E2FBDC: hue angle of 108.39º 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 #E2FBDC is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 220 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.02 |
| HSL | 108.39º | 0.79% | 0.92% | - |
| HSV(B) | 108.39º | 0.12% | 0.98% | - |
| XYZ | 78.78 | 90.33 | 80.99 | - |
| YUV | 239.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 220 | 0.10 | 0 | 0.12 | 0.02 | 108.39 | 0.79 | 0.92 |
| Hex | E2 | FB | DC | A | 0 | C | 2 | 6C | 4F | 5C |
| Octal | 342 | 373 | 334 | 12 | 0 | 14 | 2 | 154 | 117 | 134 |
| Binary | 11100010 | 11111011 | 11011100 | 1010 | 0 | 1100 | 10 | 1101100 | 1001111 | 1011100 |
Color Harmonies of #E2FBDC
Complementary color
Monochromatic Colors of #E2FBDC
Black with #E2FBDC
Text Example
Text Example
White with #E2FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FBDC; }
p { color: rgb(226,251,220); }
H1.HeaderClassName
{
color: #E2FBDC;
}
.AnyTagClassName
{
color: #E2FBDC;
}
</style>
background-color css
<style>
a { background-color: #E2FBDC; }
a { background-color: rgb(226,251,220); }
div.DivClassName
{
background-color: #E2FBDC;
}
.BgClassName
{
background-color: #E2FBDC;
}
</style>
border-color css
<style>
span { border-color: #E2FBDC; }
span { border-color: rgb(226,251,220); }
td.TdClassName
{
border-color: #E2FBDC;
}
.TagClassName
{
border-color: #E2FBDC;
}
</style>