Shades of Dew #EFF3F0
Tints of Dew #EFF3F0
RGB
CMYK
RGB Variations
Color information
#EFF3F0 (or 0xEFF3F0) is known color: Dew. HEX triplet: EF, F3 and F0. RGB value is (239,243,240). Sum of RGB (Red+Green+Blue) = 239+243+240=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 243 (95.31% from 255 or 33.66% from 722); Blue value is 240 (94.14% from 255 or 33.24% from 722); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF3F0 is #100C0F. Grayscale: #F1F1F1. Windows color (decimal): -1051664 or 15791087. OLE color: 15791087.
HSL color Cylindrical-coordinate representation of color #EFF3F0: hue angle of 135º degrees, saturation: 0.14, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF3F0 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 240 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.05 |
| HSL | 135º | 0.14% | 0.95% | - |
| HSV(B) | 135º | 0.02% | 0.95% | - |
| XYZ | 83.38 | 88.74 | 95.17 | - |
| YUV | 241.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 240 | 0.02 | 0 | 0.01 | 0.05 | 135 | 0.14 | 0.95 |
| Hex | EF | F3 | F0 | 2 | 0 | 1 | 5 | 87 | E | 5F |
| Octal | 357 | 363 | 360 | 2 | 0 | 1 | 5 | 207 | 16 | 137 |
| Binary | 11101111 | 11110011 | 11110000 | 10 | 0 | 1 | 101 | 10000111 | 1110 | 1011111 |
Color Harmonies of #EFF3F0
Complementary color
Monochromatic Colors of #EFF3F0
Black with #EFF3F0
Text Example
Text Example
White with #EFF3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3F0; }
p { color: rgb(239,243,240); }
H1.HeaderClassName
{
color: #EFF3F0;
}
.AnyTagClassName
{
color: #EFF3F0;
}
</style>
background-color css
<style>
a { background-color: #EFF3F0; }
a { background-color: rgb(239,243,240); }
div.DivClassName
{
background-color: #EFF3F0;
}
.BgClassName
{
background-color: #EFF3F0;
}
</style>
border-color css
<style>
span { border-color: #EFF3F0; }
span { border-color: rgb(239,243,240); }
td.TdClassName
{
border-color: #EFF3F0;
}
.TagClassName
{
border-color: #EFF3F0;
}
</style>