Shades of Dew #EAF4EC
Tints of Dew #EAF4EC
RGB
CMYK
RGB Variations
Color information
#EAF4EC (or 0xEAF4EC) is known color: Dew. HEX triplet: EA, F4 and EC. RGB value is (234,244,236). Sum of RGB (Red+Green+Blue) = 234+244+236=714 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.77% from 714); Green value is 244 (95.70% from 255 or 34.17% from 714); Blue value is 236 (92.58% from 255 or 33.05% from 714); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF4EC is #150B13. Grayscale: #F0F0F0. Windows color (decimal): -1379092 or 15529194. OLE color: 15529194.
HSL color Cylindrical-coordinate representation of color #EAF4EC: hue angle of 132º degrees, saturation: 0.31, 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 #EAF4EC is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 244 | 236 | - |
CMYK | 0.04 | 0 | 0.03 | 0.04 |
HSL | 132º | 0.31% | 0.94% | - |
HSV(B) | 132º | 0.04% | 0.96% | - |
XYZ | 81.42 | 88.25 | 92.1 | - |
YUV | 240.1 | 125.69 | 123.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 244 | 236 | 0.04 | 0 | 0.03 | 0.04 | 132 | 0.31 | 0.94 |
Hex | EA | F4 | EC | 4 | 0 | 3 | 4 | 84 | 1F | 5E |
Octal | 352 | 364 | 354 | 4 | 0 | 3 | 4 | 204 | 37 | 136 |
Binary | 11101010 | 11110100 | 11101100 | 100 | 0 | 11 | 100 | 10000100 | 11111 | 1011110 |
Color Harmonies of #EAF4EC
Complementary color
Monochromatic Colors of #EAF4EC
Black with #EAF4EC
Text Example
Text Example
White with #EAF4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF4EC; }
p { color: rgb(234,244,236); }
H1.HeaderClassName
{
color: #EAF4EC;
}
.AnyTagClassName
{
color: #EAF4EC;
}
</style>
background-color css
<style>
a { background-color: #EAF4EC; }
a { background-color: rgb(234,244,236); }
div.DivClassName
{
background-color: #EAF4EC;
}
.BgClassName
{
background-color: #EAF4EC;
}
</style>
border-color css
<style>
span { border-color: #EAF4EC; }
span { border-color: rgb(234,244,236); }
td.TdClassName
{
border-color: #EAF4EC;
}
.TagClassName
{
border-color: #EAF4EC;
}
</style>