#EAF7EC

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

Shades of Dew #EAF7EC

Tints of Dew #EAF7EC

Color information

#EAF7EC (or 0xEAF7EC) is unknown color: approx Dew. HEX triplet: EA, F7 and EC. RGB value is (234,247,236). Sum of RGB (Red+Green+Blue) = 234+247+236=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 247 (96.88% from 255 or 34.45% from 717); Blue value is 236 (92.58% from 255 or 32.91% from 717); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF7EC is #150813. Grayscale: #F1F1F1. Windows color (decimal): -1378324 or 15529962. OLE color: 15529962.

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

Color convert

RGB234247236-
CMYK0.0500.040.03
HSL129.23º44.83%94.31%-
HSV(B)129.23º5.26%96.86%-
XYZ82.3390.0792.4-
YUV241.86124.69122.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.64%
GREEN value IS 247 (96.88% from 255) = 34.45%
BLUE value IS 236 (92.58% from 255) = 32.91%
R=32.64%
G=34.45%
B=32.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342472360.0500.040.03129.2344.8394.31
HexEAF7EC5043812d5e
Octal352367354504320155136
Binary111010101111011111101100101010011100000011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7EC; }

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

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

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

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

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

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

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

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