Shades of Dew #EAF7EC
Tints of Dew #EAF7EC
RGB
CMYK
RGB Variations
Color information
#EAF7EC (or 0xEAF7EC) is known color: Dew. HEX triplet: EA, F7 and EC. RGB value is (234,247,236). Sum of RGB (Red+Green+Blue) = 234+247+236=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 247 (96.88% from 255 or 34.45% from 717); Blue value is 236 (92.58% from 255 or 32.91% from 717); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF7EC is #150813. Grayscale: #F1F1F1. Windows color (decimal): -1378324 or 15529962. OLE color: 15529962.
HSL color Cylindrical-coordinate representation of color #EAF7EC: hue angle of 129.23º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAF7EC is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 236 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.03 |
| HSL | 129.23º | 0.45% | 0.94% | - |
| HSV(B) | 129.23º | 0.05% | 0.97% | - |
| XYZ | 82.33 | 90.07 | 92.4 | - |
| YUV | 241.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 236 | 0.05 | 0 | 0.04 | 0.03 | 129.23 | 0.45 | 0.94 |
| Hex | EA | F7 | EC | 5 | 0 | 4 | 3 | 81 | 2D | 5E |
| Octal | 352 | 367 | 354 | 5 | 0 | 4 | 3 | 201 | 55 | 136 |
| Binary | 11101010 | 11110111 | 11101100 | 101 | 0 | 100 | 11 | 10000001 | 101101 | 1011110 |
Color Harmonies of #EAF7EC
Complementary color
Monochromatic Colors of #EAF7EC
Black with #EAF7EC
Text Example
Text Example
White with #EAF7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF7EC; }
p { color: rgb(234,247,236); }
H1.HeaderClassName
{
color: #EAF7EC;
}
.AnyTagClassName
{
color: #EAF7EC;
}
</style>
background-color css
<style>
a { background-color: #EAF7EC; }
a { background-color: rgb(234,247,236); }
div.DivClassName
{
background-color: #EAF7EC;
}
.BgClassName
{
background-color: #EAF7EC;
}
</style>
border-color css
<style>
span { border-color: #EAF7EC; }
span { border-color: rgb(234,247,236); }
td.TdClassName
{
border-color: #EAF7EC;
}
.TagClassName
{
border-color: #EAF7EC;
}
</style>