Shades of Dew #EFF4F0
Tints of Dew #EFF4F0
RGB
CMYK
RGB Variations
Color information
#EFF4F0 (or 0xEFF4F0) is known color: Dew. HEX triplet: EF, F4 and F0. RGB value is (239,244,240). Sum of RGB (Red+Green+Blue) = 239+244+240=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 244 (95.70% from 255 or 33.75% from 723); Blue value is 240 (94.14% from 255 or 33.20% from 723); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF4F0 is #100B0F. Grayscale: #F2F2F2. Windows color (decimal): -1051408 or 15791343. OLE color: 15791343.
HSL color Cylindrical-coordinate representation of color #EFF4F0: hue angle of 132º degrees, saturation: 0.19, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF4F0 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 240 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.04 |
| HSL | 132º | 0.19% | 0.95% | - |
| HSV(B) | 132º | 0.02% | 0.96% | - |
| XYZ | 83.68 | 89.34 | 95.27 | - |
| YUV | 242.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 240 | 0.02 | 0 | 0.02 | 0.04 | 132 | 0.19 | 0.95 |
| Hex | EF | F4 | F0 | 2 | 0 | 2 | 4 | 84 | 13 | 5F |
| Octal | 357 | 364 | 360 | 2 | 0 | 2 | 4 | 204 | 23 | 137 |
| Binary | 11101111 | 11110100 | 11110000 | 10 | 0 | 10 | 100 | 10000100 | 10011 | 1011111 |
Color Harmonies of #EFF4F0
Complementary color
Monochromatic Colors of #EFF4F0
Black with #EFF4F0
Text Example
Text Example
White with #EFF4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4F0; }
p { color: rgb(239,244,240); }
H1.HeaderClassName
{
color: #EFF4F0;
}
.AnyTagClassName
{
color: #EFF4F0;
}
</style>
background-color css
<style>
a { background-color: #EFF4F0; }
a { background-color: rgb(239,244,240); }
div.DivClassName
{
background-color: #EFF4F0;
}
.BgClassName
{
background-color: #EFF4F0;
}
</style>
border-color css
<style>
span { border-color: #EFF4F0; }
span { border-color: rgb(239,244,240); }
td.TdClassName
{
border-color: #EFF4F0;
}
.TagClassName
{
border-color: #EFF4F0;
}
</style>