#EAF2EC

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

Shades of Dew #EAF2EC

Tints of Dew #EAF2EC

Color information

#EAF2EC (or 0xEAF2EC) is unknown color: approx Dew. HEX triplet: EA, F2 and EC. RGB value is (234,242,236). Sum of RGB (Red+Green+Blue) = 234+242+236=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 236 (92.58% from 255 or 33.15% from 712); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF2EC is #150D13. Grayscale: #EEEEEE. Windows color (decimal): -1379604 or 15528682. OLE color: 15528682.

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

Color convert

RGB234242236-
CMYK0.0300.020.05
HSL135º23.53%93.33%-
HSV(B)135º3.31%94.9%-
XYZ80.8287.0591.9-
YUV238.92126.35124.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.87%
GREEN value IS 242 (94.92% from 255) = 33.99%
BLUE value IS 236 (92.58% from 255) = 33.15%
R=32.87%
G=33.99%
B=33.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342422360.0300.020.0513523.5393.33
HexEAF2EC302587185d
Octal352362354302520730135
Binary1110101011110010111011001101010110000111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2EC; }

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

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

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

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

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

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

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

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