#E2FDDC

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

Shades of Tara #E2FDDC

Tints of Tara #E2FDDC

Color information

#E2FDDC (or 0xE2FDDC) is unknown color: approx Tara. HEX triplet: E2, FD and DC. RGB value is (226,253,220). Sum of RGB (Red+Green+Blue) = 226+253+220=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 220 (86.33% from 255 or 31.47% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FDDC is #1D0223. Grayscale: #F1F1F1. Windows color (decimal): -1901092 or 14482914. OLE color: 14482914.

HSL color Cylindrical-coordinate representation of color #E2FDDC: hue angle of 109.09º degrees, saturation: 0.89, 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 #E2FDDC is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB226253220-
CMYK0.1100.130.01
HSL109.09º89.19%92.75%-
HSV(B)109.09º13.04%99.22%-
XYZ79.4191.5981.2-
YUV241.16116.05117.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.33%
GREEN value IS 253 (99.22% from 255) = 36.19%
BLUE value IS 220 (86.33% from 255) = 31.47%
R=32.33%
G=36.19%
B=31.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262532200.1100.130.01109.0989.1992.75
HexE2FDDCB0D16d595d
Octal342375334130151155131135
Binary1110001011111101110111001011011011110110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FDDC; }

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

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

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

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

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

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

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

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