Shades of Dew #EFF9F1
Tints of Dew #EFF9F1
RGB
CMYK
RGB Variations
Color information
#EFF9F1 (or 0xEFF9F1) is known color: Dew. HEX triplet: EF, F9 and F1. RGB value is (239,249,241). Sum of RGB (Red+Green+Blue) = 239+249+241=729 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.78% from 729); Green value is 249 (97.66% from 255 or 34.16% from 729); Blue value is 241 (94.53% from 255 or 33.06% from 729); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF9F1 is #10060E. Grayscale: #F5F5F5. Windows color (decimal): -1050127 or 15858159. OLE color: 15858159.
HSL color Cylindrical-coordinate representation of color #EFF9F1: hue angle of 132º degrees, saturation: 0.45, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFF9F1 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 241 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.02 |
| HSL | 132º | 0.45% | 0.96% | - |
| HSV(B) | 132º | 0.04% | 0.98% | - |
| XYZ | 85.35 | 92.45 | 96.57 | - |
| YUV | 245.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 241 | 0.04 | 0 | 0.03 | 0.02 | 132 | 0.45 | 0.96 |
| Hex | EF | F9 | F1 | 4 | 0 | 3 | 2 | 84 | 2D | 60 |
| Octal | 357 | 371 | 361 | 4 | 0 | 3 | 2 | 204 | 55 | 140 |
| Binary | 11101111 | 11111001 | 11110001 | 100 | 0 | 11 | 10 | 10000100 | 101101 | 1100000 |
Color Harmonies of #EFF9F1
Complementary color
Monochromatic Colors of #EFF9F1
Black with #EFF9F1
Text Example
Text Example
White with #EFF9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF9F1; }
p { color: rgb(239,249,241); }
H1.HeaderClassName
{
color: #EFF9F1;
}
.AnyTagClassName
{
color: #EFF9F1;
}
</style>
background-color css
<style>
a { background-color: #EFF9F1; }
a { background-color: rgb(239,249,241); }
div.DivClassName
{
background-color: #EFF9F1;
}
.BgClassName
{
background-color: #EFF9F1;
}
</style>
border-color css
<style>
span { border-color: #EFF9F1; }
span { border-color: rgb(239,249,241); }
td.TdClassName
{
border-color: #EFF9F1;
}
.TagClassName
{
border-color: #EFF9F1;
}
</style>