#EAF4EC

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

Shades of Dew #EAF4EC

Tints of Dew #EAF4EC

Color information

#EAF4EC (or 0xEAF4EC) is unknown color: approx Dew. HEX triplet: EA, F4 and EC. RGB value is (234,244,236). Sum of RGB (Red+Green+Blue) = 234+244+236=714 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.77% from 714); Green value is 244 (95.70% from 255 or 34.17% from 714); Blue value is 236 (92.58% from 255 or 33.05% from 714); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF4EC is #150B13. Grayscale: #F0F0F0. Windows color (decimal): -1379092 or 15529194. OLE color: 15529194.

HSL color Cylindrical-coordinate representation of color #EAF4EC: hue angle of 132º 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 #EAF4EC is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB234244236-
CMYK0.0400.030.04
HSL132º31.25%93.73%-
HSV(B)132º4.1%95.69%-
XYZ81.4288.2592.1-
YUV240.1125.69123.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.77%
GREEN value IS 244 (95.70% from 255) = 34.17%
BLUE value IS 236 (92.58% from 255) = 33.05%
R=32.77%
G=34.17%
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.04
SystemRedGreenBlueCMYKHSL
Decimal2342442360.0400.030.0413231.2593.73
HexEAF4EC4034841f5e
Octal352364354403420437136
Binary11101010111101001110110010001110010000100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4EC; }

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

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

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

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

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

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

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

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