#E2FBDD

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

Shades of Tara #E2FBDD

Tints of Tara #E2FBDD

Color information

#E2FBDD (or 0xE2FBDD) is unknown color: approx Tara. HEX triplet: E2, FB and DD. RGB value is (226,251,221). Sum of RGB (Red+Green+Blue) = 226+251+221=698 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.38% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FBDD is #1D0422. Grayscale: #F0F0F0. Windows color (decimal): -1901603 or 14547938. OLE color: 14547938.

HSL color Cylindrical-coordinate representation of color #E2FBDD: hue angle of 110º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2FBDD is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB226251221-
CMYK0.1000.120.02
HSL110º78.95%92.55%-
HSV(B)110º11.95%98.43%-
XYZ78.9190.3881.69-
YUV240.1117.22117.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.38%
GREEN value IS 251 (98.44% from 255) = 35.96%
BLUE value IS 221 (86.72% from 255) = 31.66%
R=32.38%
G=35.96%
B=31.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262512210.1000.120.0211078.9592.55
HexE2FBDDA0C26e4f5d
Octal342373335120142156117135
Binary11100010111110111101110110100110010110111010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FBDD; }

 p { color: rgb(226,251,221); }

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

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

 a { background-color: rgb(226,251,221); }

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

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

 span { border-color: rgb(226,251,221); }

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