Shades of Tara #E2FCDC
Tints of Tara #E2FCDC
RGB
CMYK
RGB Variations
Color information
#E2FCDC (or 0xE2FCDC) is known color: Tara. HEX triplet: E2, FC and DC. RGB value is (226,252,220). Sum of RGB (Red+Green+Blue) = 226+252+220=698 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.38% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FCDC is #1D0323. Grayscale: #F0F0F0. Windows color (decimal): -1901348 or 14482658. OLE color: 14482658.
HSL color Cylindrical-coordinate representation of color #E2FCDC: hue angle of 108.75º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2FCDC is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 252 | 220 | - |
CMYK | 0.10 | 0 | 0.13 | 0.01 |
HSL | 108.75º | 0.84% | 0.93% | - |
HSV(B) | 108.75º | 0.13% | 0.99% | - |
XYZ | 79.09 | 90.96 | 81.1 | - |
YUV | 240.58 | 116.39 | 117.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 252 | 220 | 0.10 | 0 | 0.13 | 0.01 | 108.75 | 0.84 | 0.93 |
Hex | E2 | FC | DC | A | 0 | D | 1 | 6D | 54 | 5D |
Octal | 342 | 374 | 334 | 12 | 0 | 15 | 1 | 155 | 124 | 135 |
Binary | 11100010 | 11111100 | 11011100 | 1010 | 0 | 1101 | 1 | 1101101 | 1010100 | 1011101 |
Color Harmonies of #E2FCDC
Complementary color
Monochromatic Colors of #E2FCDC
Black with #E2FCDC
Text Example
Text Example
White with #E2FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FCDC; }
p { color: rgb(226,252,220); }
H1.HeaderClassName
{
color: #E2FCDC;
}
.AnyTagClassName
{
color: #E2FCDC;
}
</style>
background-color css
<style>
a { background-color: #E2FCDC; }
a { background-color: rgb(226,252,220); }
div.DivClassName
{
background-color: #E2FCDC;
}
.BgClassName
{
background-color: #E2FCDC;
}
</style>
border-color css
<style>
span { border-color: #E2FCDC; }
span { border-color: rgb(226,252,220); }
td.TdClassName
{
border-color: #E2FCDC;
}
.TagClassName
{
border-color: #E2FCDC;
}
</style>