Shades of Dew #EDF3EE
Tints of Dew #EDF3EE
RGB
CMYK
RGB Variations
Color information
#EDF3EE (or 0xEDF3EE) is known color: Dew. HEX triplet: ED, F3 and EE. RGB value is (237,243,238). Sum of RGB (Red+Green+Blue) = 237+243+238=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 243 (95.31% from 255 or 33.84% from 718); Blue value is 238 (93.36% from 255 or 33.15% from 718); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3EE is #120C11. Grayscale: #F0F0F0. Windows color (decimal): -1182738 or 15660013. OLE color: 15660013.
HSL color Cylindrical-coordinate representation of color #EDF3EE: hue angle of 130º degrees, saturation: 0.2, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF3EE is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 238 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.05 |
| HSL | 130º | 0.2% | 0.94% | - |
| HSV(B) | 130º | 0.02% | 0.95% | - |
| XYZ | 82.41 | 88.28 | 93.59 | - |
| YUV | 240.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 238 | 0.02 | 0 | 0.02 | 0.05 | 130 | 0.2 | 0.94 |
| Hex | ED | F3 | EE | 2 | 0 | 2 | 5 | 82 | 14 | 5E |
| Octal | 355 | 363 | 356 | 2 | 0 | 2 | 5 | 202 | 24 | 136 |
| Binary | 11101101 | 11110011 | 11101110 | 10 | 0 | 10 | 101 | 10000010 | 10100 | 1011110 |
Color Harmonies of #EDF3EE
Complementary color
Monochromatic Colors of #EDF3EE
Black with #EDF3EE
Text Example
Text Example
White with #EDF3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF3EE; }
p { color: rgb(237,243,238); }
H1.HeaderClassName
{
color: #EDF3EE;
}
.AnyTagClassName
{
color: #EDF3EE;
}
</style>
background-color css
<style>
a { background-color: #EDF3EE; }
a { background-color: rgb(237,243,238); }
div.DivClassName
{
background-color: #EDF3EE;
}
.BgClassName
{
background-color: #EDF3EE;
}
</style>
border-color css
<style>
span { border-color: #EDF3EE; }
span { border-color: rgb(237,243,238); }
td.TdClassName
{
border-color: #EDF3EE;
}
.TagClassName
{
border-color: #EDF3EE;
}
</style>