#E2FFDC

Color #E2FFDC Tara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tara #E2FFDC

Tints of Tara #E2FFDC

Color information

#E2FFDC (or 0xE2FFDC) is unknown color: approx Tara. HEX triplet: E2, FF and DC. RGB value is (226,255,220). Sum of RGB (Red+Green+Blue) = 226+255+220=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 220 (86.33% from 255 or 31.38% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FFDC is #1D0023. Grayscale: #F2F2F2. Windows color (decimal): -1900580 or 14483426. OLE color: 14483426.

HSL color Cylindrical-coordinate representation of color #E2FFDC: hue angle of 109.71º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2FFDC is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB226255220-
CMYK0.1100.140
HSL109.71º100%93.14%-
HSV(B)109.71º13.73%100%-
XYZ80.0492.8681.41-
YUV242.34115.39116.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 32.24%
GREEN value IS 255 (100% from 255) = 36.38%
BLUE value IS 220 (86.33% from 255) = 31.38%
R=32.24%
G=36.38%
B=31.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262552200.1100.140109.7110093.14
HexE2FFDCB0E06e645d
Octal342377334130160156144135
Binary1110001011111111110111001011011100110111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FFDC; }

 p { color: rgb(226,255,220); }

 H1.HeaderClassName
 {
   color: #E2FFDC;
 }
 .AnyTagClassName
 {
   color: #E2FFDC;
 }
</style>
background-color css

<style>
 a { background-color: #E2FFDC; }

 a { background-color: rgb(226,255,220); }

 div.DivClassName
 {
   background-color: #E2FFDC;
 }
 .BgClassName
 {
   background-color: #E2FFDC;
 }
</style>
border-color css

<style>
 span { border-color: #E2FFDC; }

 span { border-color: rgb(226,255,220); }

 td.TdClassName
 {
   border-color: #E2FFDC;
 }
 .TagClassName
 {
   border-color: #E2FFDC;
 }
</style>