#EAF6EC

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

Shades of Dew #EAF6EC

Tints of Dew #EAF6EC

Color information

#EAF6EC (or 0xEAF6EC) is unknown color: approx Dew. HEX triplet: EA, F6 and EC. RGB value is (234,246,236). Sum of RGB (Red+Green+Blue) = 234+246+236=716 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.68% from 716); Green value is 246 (96.48% from 255 or 34.36% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6EC is #150913. Grayscale: #F1F1F1. Windows color (decimal): -1378580 or 15529706. OLE color: 15529706.

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

Color convert

RGB234246236-
CMYK0.0500.040.04
HSL130º40%94.12%-
HSV(B)130º4.88%96.47%-
XYZ82.0389.4692.3-
YUV241.27125.02122.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.68%
GREEN value IS 246 (96.48% from 255) = 34.36%
BLUE value IS 236 (92.58% from 255) = 32.96%
R=32.68%
G=34.36%
B=32.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342462360.0500.040.041304094.12
HexEAF6EC504482285e
Octal352366354504420250136
Binary1110101011110110111011001010100100100000101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6EC; }

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

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

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

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

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

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

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

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