Shades of Dew #EEF7F0
Tints of Dew #EEF7F0
RGB
CMYK
RGB Variations
Color information
#EEF7F0 (or 0xEEF7F0) is known color: Dew. HEX triplet: EE, F7 and F0. RGB value is (238,247,240). Sum of RGB (Red+Green+Blue) = 238+247+240=725 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.83% from 725); Green value is 247 (96.88% from 255 or 34.07% from 725); Blue value is 240 (94.14% from 255 or 33.10% from 725); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF7F0 is #11080F. Grayscale: #F3F3F3. Windows color (decimal): -1116176 or 15792110. OLE color: 15792110.
HSL color Cylindrical-coordinate representation of color #EEF7F0: hue angle of 133.33º degrees, saturation: 0.36, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EEF7F0 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 240 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.03 |
| HSL | 133.33º | 0.36% | 0.95% | - |
| HSV(B) | 133.33º | 0.04% | 0.97% | - |
| XYZ | 84.25 | 90.99 | 95.56 | - |
| YUV | 243.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 240 | 0.04 | 0 | 0.03 | 0.03 | 133.33 | 0.36 | 0.95 |
| Hex | EE | F7 | F0 | 4 | 0 | 3 | 3 | 85 | 24 | 5F |
| Octal | 356 | 367 | 360 | 4 | 0 | 3 | 3 | 205 | 44 | 137 |
| Binary | 11101110 | 11110111 | 11110000 | 100 | 0 | 11 | 11 | 10000101 | 100100 | 1011111 |
Color Harmonies of #EEF7F0
Complementary color
Monochromatic Colors of #EEF7F0
Black with #EEF7F0
Text Example
Text Example
White with #EEF7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF7F0; }
p { color: rgb(238,247,240); }
H1.HeaderClassName
{
color: #EEF7F0;
}
.AnyTagClassName
{
color: #EEF7F0;
}
</style>
background-color css
<style>
a { background-color: #EEF7F0; }
a { background-color: rgb(238,247,240); }
div.DivClassName
{
background-color: #EEF7F0;
}
.BgClassName
{
background-color: #EEF7F0;
}
</style>
border-color css
<style>
span { border-color: #EEF7F0; }
span { border-color: rgb(238,247,240); }
td.TdClassName
{
border-color: #EEF7F0;
}
.TagClassName
{
border-color: #EEF7F0;
}
</style>