#EAF4EB

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

Shades of Dew #EAF4EB

Tints of Dew #EAF4EB

Color information

#EAF4EB (or 0xEAF4EB) is unknown color: approx Dew. HEX triplet: EA, F4 and EB. RGB value is (234,244,235). Sum of RGB (Red+Green+Blue) = 234+244+235=713 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.82% from 713); Green value is 244 (95.70% from 255 or 34.22% from 713); Blue value is 235 (92.19% from 255 or 32.96% from 713); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF4EB is #150B14. Grayscale: #F0F0F0. Windows color (decimal): -1379093 or 15463658. OLE color: 15463658.

HSL color Cylindrical-coordinate representation of color #EAF4EB: hue angle of 126º degrees, saturation: 0.31, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAF4EB is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB234244235-
CMYK0.0400.040.04
HSL126º31.25%93.73%-
HSV(B)126º4.1%95.69%-
XYZ81.2888.1991.34-
YUV239.98125.19123.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.82%
GREEN value IS 244 (95.70% from 255) = 34.22%
BLUE value IS 235 (92.19% from 255) = 32.96%
R=32.82%
G=34.22%
B=32.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342442350.0400.040.0412631.2593.73
HexEAF4EB40447e1f5e
Octal352364353404417637136
Binary11101010111101001110101110001001001111110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4EB; }

 p { color: rgb(234,244,235); }

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

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

 a { background-color: rgb(234,244,235); }

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

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

 span { border-color: rgb(234,244,235); }

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