Shades of Dew #EDF9EF
Tints of Dew #EDF9EF
RGB
CMYK
RGB Variations
Color information
#EDF9EF (or 0xEDF9EF) is known color: 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
| RGB | 237 | 249 | 239 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.02 |
| HSL | 130º | 0.5% | 0.95% | - |
| HSV(B) | 130º | 0.05% | 0.98% | - |
| XYZ | 84.38 | 91.99 | 94.97 | - |
| YUV | 244.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 239 | 0.05 | 0 | 0.04 | 0.02 | 130 | 0.5 | 0.95 |
| Hex | ED | F9 | EF | 5 | 0 | 4 | 2 | 82 | 32 | 5F |
| Octal | 355 | 371 | 357 | 5 | 0 | 4 | 2 | 202 | 62 | 137 |
| Binary | 11101101 | 11111001 | 11101111 | 101 | 0 | 100 | 10 | 10000010 | 110010 | 1011111 |
Color Harmonies of #EDF9EF
Complementary color
Monochromatic Colors of #EDF9EF
Black with #EDF9EF
Text Example
Text Example
White with #EDF9EF
Text Example
Text Example
HTML Codes & Css Web 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>