#EAF3EC

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

Shades of Dew #EAF3EC

Tints of Dew #EAF3EC

Color information

#EAF3EC (or 0xEAF3EC) is unknown color: approx Dew. HEX triplet: EA, F3 and EC. RGB value is (234,243,236). Sum of RGB (Red+Green+Blue) = 234+243+236=713 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.82% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF3EC is #150C13. Grayscale: #EFEFEF. Windows color (decimal): -1379348 or 15528938. OLE color: 15528938.

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

Color convert

RGB234243236-
CMYK0.0400.030.05
HSL133.33º27.27%93.53%-
HSV(B)133.33º3.7%95.29%-
XYZ81.1287.6592-
YUV239.51126.02124.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.82%
GREEN value IS 243 (95.31% from 255) = 34.08%
BLUE value IS 236 (92.58% from 255) = 33.10%
R=32.82%
G=34.08%
B=33.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342432360.0400.030.05133.3327.2793.53
HexEAF3EC4035851b5e
Octal352363354403520533136
Binary11101010111100111110110010001110110000101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3EC; }

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

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

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

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

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

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

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

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