Shades of Dew #EDFBF0
Tints of Dew #EDFBF0
RGB
CMYK
RGB Variations
Color information
#EDFBF0 (or 0xEDFBF0) is known color: Dew. HEX triplet: ED, FB and F0. RGB value is (237,251,240). Sum of RGB (Red+Green+Blue) = 237+251+240=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 251 (98.44% from 255 or 34.48% from 728); Blue value is 240 (94.14% from 255 or 32.97% from 728); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFBF0 is #12040F. Grayscale: #F5F5F5. Windows color (decimal): -1180688 or 15793133. OLE color: 15793133.
HSL color Cylindrical-coordinate representation of color #EDFBF0: hue angle of 132.86º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDFBF0 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 240 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.02 |
| HSL | 132.86º | 0.64% | 0.96% | - |
| HSV(B) | 132.86º | 0.06% | 0.98% | - |
| XYZ | 85.15 | 93.29 | 95.96 | - |
| YUV | 245.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 240 | 0.06 | 0 | 0.04 | 0.02 | 132.86 | 0.64 | 0.96 |
| Hex | ED | FB | F0 | 6 | 0 | 4 | 2 | 85 | 40 | 60 |
| Octal | 355 | 373 | 360 | 6 | 0 | 4 | 2 | 205 | 100 | 140 |
| Binary | 11101101 | 11111011 | 11110000 | 110 | 0 | 100 | 10 | 10000101 | 1000000 | 1100000 |
Color Harmonies of #EDFBF0
Complementary color
Monochromatic Colors of #EDFBF0
Black with #EDFBF0
Text Example
Text Example
White with #EDFBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBF0; }
p { color: rgb(237,251,240); }
H1.HeaderClassName
{
color: #EDFBF0;
}
.AnyTagClassName
{
color: #EDFBF0;
}
</style>
background-color css
<style>
a { background-color: #EDFBF0; }
a { background-color: rgb(237,251,240); }
div.DivClassName
{
background-color: #EDFBF0;
}
.BgClassName
{
background-color: #EDFBF0;
}
</style>
border-color css
<style>
span { border-color: #EDFBF0; }
span { border-color: rgb(237,251,240); }
td.TdClassName
{
border-color: #EDFBF0;
}
.TagClassName
{
border-color: #EDFBF0;
}
</style>