Shades of Dew #EFF8F1
Tints of Dew #EFF8F1
RGB
CMYK
RGB Variations
Color information
#EFF8F1 (or 0xEFF8F1) is known color: Dew. HEX triplet: EF, F8 and F1. RGB value is (239,248,241). Sum of RGB (Red+Green+Blue) = 239+248+241=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 248 (97.27% from 255 or 34.07% from 728); Blue value is 241 (94.53% from 255 or 33.10% from 728); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF8F1 is #10070E. Grayscale: #F4F4F4. Windows color (decimal): -1050383 or 15857903. OLE color: 15857903.
HSL color Cylindrical-coordinate representation of color #EFF8F1: hue angle of 133.33º degrees, saturation: 0.39, 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 #EFF8F1 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 241 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.03 |
| HSL | 133.33º | 0.39% | 0.95% | - |
| HSV(B) | 133.33º | 0.04% | 0.97% | - |
| XYZ | 85.04 | 91.84 | 96.46 | - |
| YUV | 244.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 241 | 0.04 | 0 | 0.03 | 0.03 | 133.33 | 0.39 | 0.95 |
| Hex | EF | F8 | F1 | 4 | 0 | 3 | 3 | 85 | 27 | 5F |
| Octal | 357 | 370 | 361 | 4 | 0 | 3 | 3 | 205 | 47 | 137 |
| Binary | 11101111 | 11111000 | 11110001 | 100 | 0 | 11 | 11 | 10000101 | 100111 | 1011111 |
Color Harmonies of #EFF8F1
Complementary color
Monochromatic Colors of #EFF8F1
Black with #EFF8F1
Text Example
Text Example
White with #EFF8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8F1; }
p { color: rgb(239,248,241); }
H1.HeaderClassName
{
color: #EFF8F1;
}
.AnyTagClassName
{
color: #EFF8F1;
}
</style>
background-color css
<style>
a { background-color: #EFF8F1; }
a { background-color: rgb(239,248,241); }
div.DivClassName
{
background-color: #EFF8F1;
}
.BgClassName
{
background-color: #EFF8F1;
}
</style>
border-color css
<style>
span { border-color: #EFF8F1; }
span { border-color: rgb(239,248,241); }
td.TdClassName
{
border-color: #EFF8F1;
}
.TagClassName
{
border-color: #EFF8F1;
}
</style>