#EDF9F0

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

Shades of Dew #EDF9F0

Tints of Dew #EDF9F0

Color information

#EDF9F0 (or 0xEDF9F0) is unknown color: approx Dew. HEX triplet: ED, F9 and F0. RGB value is (237,249,240). Sum of RGB (Red+Green+Blue) = 237+249+240=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 249 (97.66% from 255 or 34.30% from 726); Blue value is 240 (94.14% from 255 or 33.06% from 726); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF9F0 is #12060F. Grayscale: #F4F4F4. Windows color (decimal): -1181200 or 15792621. OLE color: 15792621.

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

Color convert

RGB237249240-
CMYK0.0500.040.02
HSL135º50%95.29%-
HSV(B)135º4.82%97.65%-
XYZ84.5392.0595.75-
YUV244.39125.52122.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.64%
GREEN value IS 249 (97.66% from 255) = 34.30%
BLUE value IS 240 (94.14% from 255) = 33.06%
R=32.64%
G=34.30%
B=33.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372492400.0500.040.021355095.29
HexEDF9F0504287325f
Octal355371360504220762137
Binary111011011111100111110000101010010100001111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9F0; }

 p { color: rgb(237,249,240); }

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

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

 a { background-color: rgb(237,249,240); }

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

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

 span { border-color: rgb(237,249,240); }

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