Shades of Dew #EDF5EF
Tints of Dew #EDF5EF
RGB
CMYK
RGB Variations
Color information
#EDF5EF (or 0xEDF5EF) is known color: Dew. HEX triplet: ED, F5 and EF. RGB value is (237,245,239). Sum of RGB (Red+Green+Blue) = 237+245+239=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 245 (96.09% from 255 or 33.98% from 721); Blue value is 239 (93.75% from 255 or 33.15% from 721); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5EF is #120A10. Grayscale: #F1F1F1. Windows color (decimal): -1182225 or 15726061. OLE color: 15726061.
HSL color Cylindrical-coordinate representation of color #EDF5EF: hue angle of 135º degrees, saturation: 0.29, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDF5EF is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 239 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.04 |
| HSL | 135º | 0.29% | 0.95% | - |
| HSV(B) | 135º | 0.03% | 0.96% | - |
| XYZ | 83.16 | 89.54 | 94.56 | - |
| YUV | 241.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 239 | 0.03 | 0 | 0.02 | 0.04 | 135 | 0.29 | 0.95 |
| Hex | ED | F5 | EF | 3 | 0 | 2 | 4 | 87 | 1D | 5F |
| Octal | 355 | 365 | 357 | 3 | 0 | 2 | 4 | 207 | 35 | 137 |
| Binary | 11101101 | 11110101 | 11101111 | 11 | 0 | 10 | 100 | 10000111 | 11101 | 1011111 |
Color Harmonies of #EDF5EF
Complementary color
Monochromatic Colors of #EDF5EF
Black with #EDF5EF
Text Example
Text Example
White with #EDF5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5EF; }
p { color: rgb(237,245,239); }
H1.HeaderClassName
{
color: #EDF5EF;
}
.AnyTagClassName
{
color: #EDF5EF;
}
</style>
background-color css
<style>
a { background-color: #EDF5EF; }
a { background-color: rgb(237,245,239); }
div.DivClassName
{
background-color: #EDF5EF;
}
.BgClassName
{
background-color: #EDF5EF;
}
</style>
border-color css
<style>
span { border-color: #EDF5EF; }
span { border-color: rgb(237,245,239); }
td.TdClassName
{
border-color: #EDF5EF;
}
.TagClassName
{
border-color: #EDF5EF;
}
</style>