#EDF9EF

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

Shades of Dew #EDF9EF

Tints of Dew #EDF9EF

Color information

#EDF9EF (or 0xEDF9EF) is unknown color: approx Dew. HEX triplet: ED, F9 and EF. RGB value is (237,249,239). Sum of RGB (Red+Green+Blue) = 237+249+239=725 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.69% from 725); Green value is 249 (97.66% from 255 or 34.34% from 725); Blue value is 239 (93.75% from 255 or 32.97% from 725); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF9EF is #120610. Grayscale: #F4F4F4. Windows color (decimal): -1181201 or 15727085. OLE color: 15727085.

HSL color Cylindrical-coordinate representation of color #EDF9EF: hue angle of 130º 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 #EDF9EF is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB237249239-
CMYK0.0500.040.02
HSL130º50%95.29%-
HSV(B)130º4.82%97.65%-
XYZ84.3891.9994.97-
YUV244.27125.02122.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.69%
GREEN value IS 249 (97.66% from 255) = 34.34%
BLUE value IS 239 (93.75% from 255) = 32.97%
R=32.69%
G=34.34%
B=32.97%

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
Decimal2372492390.0500.040.021305095.29
HexEDF9EF504282325f
Octal355371357504220262137
Binary111011011111100111101111101010010100000101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9EF; }

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

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

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

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

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

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

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

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