Shades of Dew #EDF5EE
Tints of Dew #EDF5EE
RGB
CMYK
RGB Variations
Color information
#EDF5EE (or 0xEDF5EE) is known color: Dew. HEX triplet: ED, F5 and EE. RGB value is (237,245,238). Sum of RGB (Red+Green+Blue) = 237+245+238=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 245 (96.09% from 255 or 34.03% from 720); Blue value is 238 (93.36% from 255 or 33.06% from 720); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5EE is #120A11. Grayscale: #F1F1F1. Windows color (decimal): -1182226 or 15660525. OLE color: 15660525.
HSL color Cylindrical-coordinate representation of color #EDF5EE: hue angle of 127.5º 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 #EDF5EE is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 238 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.04 |
| HSL | 127.5º | 0.29% | 0.95% | - |
| HSV(B) | 127.5º | 0.03% | 0.96% | - |
| XYZ | 83.01 | 89.48 | 93.79 | - |
| YUV | 241.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 238 | 0.03 | 0 | 0.03 | 0.04 | 127.5 | 0.29 | 0.95 |
| Hex | ED | F5 | EE | 3 | 0 | 3 | 4 | 80 | 1D | 5F |
| Octal | 355 | 365 | 356 | 3 | 0 | 3 | 4 | 200 | 35 | 137 |
| Binary | 11101101 | 11110101 | 11101110 | 11 | 0 | 11 | 100 | 10000000 | 11101 | 1011111 |
Color Harmonies of #EDF5EE
Complementary color
Monochromatic Colors of #EDF5EE
Black with #EDF5EE
Text Example
Text Example
White with #EDF5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5EE; }
p { color: rgb(237,245,238); }
H1.HeaderClassName
{
color: #EDF5EE;
}
.AnyTagClassName
{
color: #EDF5EE;
}
</style>
background-color css
<style>
a { background-color: #EDF5EE; }
a { background-color: rgb(237,245,238); }
div.DivClassName
{
background-color: #EDF5EE;
}
.BgClassName
{
background-color: #EDF5EE;
}
</style>
border-color css
<style>
span { border-color: #EDF5EE; }
span { border-color: rgb(237,245,238); }
td.TdClassName
{
border-color: #EDF5EE;
}
.TagClassName
{
border-color: #EDF5EE;
}
</style>