Shades of Dew #EAF5EC
Tints of Dew #EAF5EC
RGB
CMYK
RGB Variations
Color information
#EAF5EC (or 0xEAF5EC) is known color: Dew. HEX triplet: EA, F5 and EC. RGB value is (234,245,236). Sum of RGB (Red+Green+Blue) = 234+245+236=715 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.73% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 236 (92.58% from 255 or 33.01% from 715); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF5EC is #150A13. Grayscale: #F0F0F0. Windows color (decimal): -1378836 or 15529450. OLE color: 15529450.
HSL color Cylindrical-coordinate representation of color #EAF5EC: hue angle of 130.91º degrees, saturation: 0.35, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAF5EC is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 245 | 236 | - |
CMYK | 0.04 | 0 | 0.04 | 0.04 |
HSL | 130.91º | 0.35% | 0.94% | - |
HSV(B) | 130.91º | 0.04% | 0.96% | - |
XYZ | 81.72 | 88.85 | 92.2 | - |
YUV | 240.69 | 125.36 | 123.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 245 | 236 | 0.04 | 0 | 0.04 | 0.04 | 130.91 | 0.35 | 0.94 |
Hex | EA | F5 | EC | 4 | 0 | 4 | 4 | 83 | 23 | 5E |
Octal | 352 | 365 | 354 | 4 | 0 | 4 | 4 | 203 | 43 | 136 |
Binary | 11101010 | 11110101 | 11101100 | 100 | 0 | 100 | 100 | 10000011 | 100011 | 1011110 |
Color Harmonies of #EAF5EC
Complementary color
Monochromatic Colors of #EAF5EC
Black with #EAF5EC
Text Example
Text Example
White with #EAF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF5EC; }
p { color: rgb(234,245,236); }
H1.HeaderClassName
{
color: #EAF5EC;
}
.AnyTagClassName
{
color: #EAF5EC;
}
</style>
background-color css
<style>
a { background-color: #EAF5EC; }
a { background-color: rgb(234,245,236); }
div.DivClassName
{
background-color: #EAF5EC;
}
.BgClassName
{
background-color: #EAF5EC;
}
</style>
border-color css
<style>
span { border-color: #EAF5EC; }
span { border-color: rgb(234,245,236); }
td.TdClassName
{
border-color: #EAF5EC;
}
.TagClassName
{
border-color: #EAF5EC;
}
</style>