Shades of Dew #EEF6EF
Tints of Dew #EEF6EF
RGB
CMYK
RGB Variations
Color information
#EEF6EF (or 0xEEF6EF) is known color: Dew. HEX triplet: EE, F6 and EF. RGB value is (238,246,239). Sum of RGB (Red+Green+Blue) = 238+246+239=723 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.92% from 723); Green value is 246 (96.48% from 255 or 34.02% from 723); Blue value is 239 (93.75% from 255 or 33.06% from 723); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF6EF is #110910. Grayscale: #F2F2F2. Windows color (decimal): -1116433 or 15726318. OLE color: 15726318.
HSL color Cylindrical-coordinate representation of color #EEF6EF: hue angle of 127.5º degrees, saturation: 0.31, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EEF6EF is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 239 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.04 |
| HSL | 127.5º | 0.31% | 0.95% | - |
| HSV(B) | 127.5º | 0.03% | 0.96% | - |
| XYZ | 83.8 | 90.32 | 94.68 | - |
| YUV | 242.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 239 | 0.03 | 0 | 0.03 | 0.04 | 127.5 | 0.31 | 0.95 |
| Hex | EE | F6 | EF | 3 | 0 | 3 | 4 | 80 | 1F | 5F |
| Octal | 356 | 366 | 357 | 3 | 0 | 3 | 4 | 200 | 37 | 137 |
| Binary | 11101110 | 11110110 | 11101111 | 11 | 0 | 11 | 100 | 10000000 | 11111 | 1011111 |
Color Harmonies of #EEF6EF
Complementary color
Monochromatic Colors of #EEF6EF
Black with #EEF6EF
Text Example
Text Example
White with #EEF6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF6EF; }
p { color: rgb(238,246,239); }
H1.HeaderClassName
{
color: #EEF6EF;
}
.AnyTagClassName
{
color: #EEF6EF;
}
</style>
background-color css
<style>
a { background-color: #EEF6EF; }
a { background-color: rgb(238,246,239); }
div.DivClassName
{
background-color: #EEF6EF;
}
.BgClassName
{
background-color: #EEF6EF;
}
</style>
border-color css
<style>
span { border-color: #EEF6EF; }
span { border-color: rgb(238,246,239); }
td.TdClassName
{
border-color: #EEF6EF;
}
.TagClassName
{
border-color: #EEF6EF;
}
</style>