Shades of Dew #EEF2EF
Tints of Dew #EEF2EF
RGB
CMYK
RGB Variations
Color information
#EEF2EF (or 0xEEF2EF) is known color: Dew. HEX triplet: EE, F2 and EF. RGB value is (238,242,239). Sum of RGB (Red+Green+Blue) = 238+242+239=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 242 (94.92% from 255 or 33.66% from 719); Blue value is 239 (93.75% from 255 or 33.24% from 719); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2EF is #110D10. Grayscale: #F0F0F0. Windows color (decimal): -1117457 or 15725294. OLE color: 15725294.
HSL color Cylindrical-coordinate representation of color #EEF2EF: hue angle of 135º degrees, saturation: 0.13, 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 #EEF2EF is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 239 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.05 |
| HSL | 135º | 0.13% | 0.94% | - |
| HSV(B) | 135º | 0.02% | 0.95% | - |
| XYZ | 82.59 | 87.91 | 94.28 | - |
| YUV | 240.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 239 | 0.02 | 0 | 0.01 | 0.05 | 135 | 0.13 | 0.94 |
| Hex | EE | F2 | EF | 2 | 0 | 1 | 5 | 87 | D | 5E |
| Octal | 356 | 362 | 357 | 2 | 0 | 1 | 5 | 207 | 15 | 136 |
| Binary | 11101110 | 11110010 | 11101111 | 10 | 0 | 1 | 101 | 10000111 | 1101 | 1011110 |
Color Harmonies of #EEF2EF
Complementary color
Monochromatic Colors of #EEF2EF
Black with #EEF2EF
Text Example
Text Example
White with #EEF2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2EF; }
p { color: rgb(238,242,239); }
H1.HeaderClassName
{
color: #EEF2EF;
}
.AnyTagClassName
{
color: #EEF2EF;
}
</style>
background-color css
<style>
a { background-color: #EEF2EF; }
a { background-color: rgb(238,242,239); }
div.DivClassName
{
background-color: #EEF2EF;
}
.BgClassName
{
background-color: #EEF2EF;
}
</style>
border-color css
<style>
span { border-color: #EEF2EF; }
span { border-color: rgb(238,242,239); }
td.TdClassName
{
border-color: #EEF2EF;
}
.TagClassName
{
border-color: #EEF2EF;
}
</style>