Shades of Dew #EEF5EF
Tints of Dew #EEF5EF
RGB
CMYK
RGB Variations
Color information
#EEF5EF (or 0xEEF5EF) is known color: Dew. HEX triplet: EE, F5 and EF. RGB value is (238,245,239). Sum of RGB (Red+Green+Blue) = 238+245+239=722 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.96% from 722); Green value is 245 (96.09% from 255 or 33.93% from 722); Blue value is 239 (93.75% from 255 or 33.10% from 722); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF5EF is #110A10. Grayscale: #F2F2F2. Windows color (decimal): -1116689 or 15726062. OLE color: 15726062.
HSL color Cylindrical-coordinate representation of color #EEF5EF: hue angle of 128.57º degrees, saturation: 0.26, 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 #EEF5EF is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 239 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.04 |
| HSL | 128.57º | 0.26% | 0.95% | - |
| HSV(B) | 128.57º | 0.03% | 0.96% | - |
| XYZ | 83.49 | 89.71 | 94.58 | - |
| YUV | 242.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 239 | 0.03 | 0 | 0.02 | 0.04 | 128.57 | 0.26 | 0.95 |
| Hex | EE | F5 | EF | 3 | 0 | 2 | 4 | 81 | 1A | 5F |
| Octal | 356 | 365 | 357 | 3 | 0 | 2 | 4 | 201 | 32 | 137 |
| Binary | 11101110 | 11110101 | 11101111 | 11 | 0 | 10 | 100 | 10000001 | 11010 | 1011111 |
Color Harmonies of #EEF5EF
Complementary color
Monochromatic Colors of #EEF5EF
Black with #EEF5EF
Text Example
Text Example
White with #EEF5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF5EF; }
p { color: rgb(238,245,239); }
H1.HeaderClassName
{
color: #EEF5EF;
}
.AnyTagClassName
{
color: #EEF5EF;
}
</style>
background-color css
<style>
a { background-color: #EEF5EF; }
a { background-color: rgb(238,245,239); }
div.DivClassName
{
background-color: #EEF5EF;
}
.BgClassName
{
background-color: #EEF5EF;
}
</style>
border-color css
<style>
span { border-color: #EEF5EF; }
span { border-color: rgb(238,245,239); }
td.TdClassName
{
border-color: #EEF5EF;
}
.TagClassName
{
border-color: #EEF5EF;
}
</style>