#E8F2EA

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

Shades of Dew #E8F2EA

Tints of Dew #E8F2EA

Color information

#E8F2EA (or 0xE8F2EA) is unknown color: approx Dew. HEX triplet: E8, F2 and EA. RGB value is (232,242,234). Sum of RGB (Red+Green+Blue) = 232+242+234=708 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.77% from 708); Green value is 242 (94.92% from 255 or 34.18% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8F2EA is #170D15. Grayscale: #EEEEEE. Windows color (decimal): -1510678 or 15397608. OLE color: 15397608.

HSL color Cylindrical-coordinate representation of color #E8F2EA: hue angle of 132º degrees, saturation: 0.28, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E8F2EA is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB232242234-
CMYK0.0400.030.05
HSL132º27.78%92.94%-
HSV(B)132º4.13%94.9%-
XYZ79.8886.690.35-
YUV238.1125.69123.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.77%
GREEN value IS 242 (94.92% from 255) = 34.18%
BLUE value IS 234 (91.80% from 255) = 33.05%
R=32.77%
G=34.18%
B=33.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322422340.0400.030.0513227.7892.94
HexE8F2EA4035841c5d
Octal350362352403520434135
Binary11101000111100101110101010001110110000100111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F2EA; }

 p { color: rgb(232,242,234); }

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

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

 a { background-color: rgb(232,242,234); }

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

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

 span { border-color: rgb(232,242,234); }

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