#E2FDE3

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

Shades of Aqua Spring #E2FDE3

Tints of Aqua Spring #E2FDE3

Color information

#E2FDE3 (or 0xE2FDE3) is unknown color: approx Aqua Spring. HEX triplet: E2, FD and E3. RGB value is (226,253,227). Sum of RGB (Red+Green+Blue) = 226+253+227=706 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.01% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 227 (89.06% from 255 or 32.15% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FDE3 is #1D021C. Grayscale: #F2F2F2. Windows color (decimal): -1901085 or 14941666. OLE color: 14941666.

HSL color Cylindrical-coordinate representation of color #E2FDE3: hue angle of 122.22º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FDE3 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB226253227-
CMYK0.1100.100.01
HSL122.22º87.1%93.92%-
HSV(B)122.22º10.67%99.22%-
XYZ80.3591.9786.19-
YUV241.96119.55116.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.01%
GREEN value IS 253 (99.22% from 255) = 35.84%
BLUE value IS 227 (89.06% from 255) = 32.15%
R=32.01%
G=35.84%
B=32.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262532270.1100.100.01122.2287.193.92
HexE2FDE3B0A17a575e
Octal342375343130121172127136
Binary1110001011111101111000111011010101111101010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FDE3; }

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

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

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

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

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

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

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

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