#E2FBDF

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

Shades of Tara #E2FBDF

Tints of Tara #E2FBDF

Color information

#E2FBDF (or 0xE2FBDF) is unknown color: approx Tara. HEX triplet: E2, FB and DF. RGB value is (226,251,223). Sum of RGB (Red+Green+Blue) = 226+251+223=700 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.29% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FBDF is #1D0420. Grayscale: #F0F0F0. Windows color (decimal): -1901601 or 14679010. OLE color: 14679010.

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

Color convert

RGB226251223-
CMYK0.1000.110.02
HSL113.57º77.78%92.94%-
HSV(B)113.57º11.16%98.43%-
XYZ79.1890.4983.11-
YUV240.33118.22117.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.29%
GREEN value IS 251 (98.44% from 255) = 35.86%
BLUE value IS 223 (87.5% from 255) = 31.86%
R=32.29%
G=35.86%
B=31.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262512230.1000.110.02113.5777.7892.94
HexE2FBDFA0B2724e5d
Octal342373337120132162116135
Binary11100010111110111101111110100101110111001010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FBDF; }

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

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

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

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

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

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

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

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