Shades of Dew #EDF1EE
Tints of Dew #EDF1EE
RGB
CMYK
RGB Variations
Color information
#EDF1EE (or 0xEDF1EE) is known color: Dew. HEX triplet: ED, F1 and EE. RGB value is (237,241,238). Sum of RGB (Red+Green+Blue) = 237+241+238=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1EE is #120E11. Grayscale: #EFEFEF. Windows color (decimal): -1183250 or 15659501. OLE color: 15659501.
HSL color Cylindrical-coordinate representation of color #EDF1EE: hue angle of 135º degrees, saturation: 0.12, 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 #EDF1EE is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 241 | 238 | - |
CMYK | 0.02 | 0 | 0.01 | 0.05 |
HSL | 135º | 0.13% | 0.94% | - |
HSV(B) | 135º | 0.02% | 0.95% | - |
XYZ | 81.81 | 87.09 | 93.39 | - |
YUV | 239.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 241 | 238 | 0.02 | 0 | 0.01 | 0.05 | 135 | 0.13 | 0.94 |
Hex | ED | F1 | EE | 2 | 0 | 1 | 5 | 87 | C | 5E |
Octal | 355 | 361 | 356 | 2 | 0 | 1 | 5 | 207 | 14 | 136 |
Binary | 11101101 | 11110001 | 11101110 | 10 | 0 | 1 | 101 | 10000111 | 1100 | 1011110 |
Color Harmonies of #EDF1EE
Complementary color
Monochromatic Colors of #EDF1EE
Black with #EDF1EE
Text Example
Text Example
White with #EDF1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1EE; }
p { color: rgb(237,241,238); }
H1.HeaderClassName
{
color: #EDF1EE;
}
.AnyTagClassName
{
color: #EDF1EE;
}
</style>
background-color css
<style>
a { background-color: #EDF1EE; }
a { background-color: rgb(237,241,238); }
div.DivClassName
{
background-color: #EDF1EE;
}
.BgClassName
{
background-color: #EDF1EE;
}
</style>
border-color css
<style>
span { border-color: #EDF1EE; }
span { border-color: rgb(237,241,238); }
td.TdClassName
{
border-color: #EDF1EE;
}
.TagClassName
{
border-color: #EDF1EE;
}
</style>