Shades of Dew #EAF3EC
Tints of Dew #EAF3EC
RGB
CMYK
RGB Variations
Color information
#EAF3EC (or 0xEAF3EC) is known color: Dew. HEX triplet: EA, F3 and EC. RGB value is (234,243,236). Sum of RGB (Red+Green+Blue) = 234+243+236=713 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.82% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF3EC is #150C13. Grayscale: #EFEFEF. Windows color (decimal): -1379348 or 15528938. OLE color: 15528938.
HSL color Cylindrical-coordinate representation of color #EAF3EC: hue angle of 133.33º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAF3EC is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 236 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.05 |
| HSL | 133.33º | 0.27% | 0.94% | - |
| HSV(B) | 133.33º | 0.04% | 0.95% | - |
| XYZ | 81.12 | 87.65 | 92 | - |
| YUV | 239.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 236 | 0.04 | 0 | 0.03 | 0.05 | 133.33 | 0.27 | 0.94 |
| Hex | EA | F3 | EC | 4 | 0 | 3 | 5 | 85 | 1B | 5E |
| Octal | 352 | 363 | 354 | 4 | 0 | 3 | 5 | 205 | 33 | 136 |
| Binary | 11101010 | 11110011 | 11101100 | 100 | 0 | 11 | 101 | 10000101 | 11011 | 1011110 |
Color Harmonies of #EAF3EC
Complementary color
Monochromatic Colors of #EAF3EC
Black with #EAF3EC
Text Example
Text Example
White with #EAF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF3EC; }
p { color: rgb(234,243,236); }
H1.HeaderClassName
{
color: #EAF3EC;
}
.AnyTagClassName
{
color: #EAF3EC;
}
</style>
background-color css
<style>
a { background-color: #EAF3EC; }
a { background-color: rgb(234,243,236); }
div.DivClassName
{
background-color: #EAF3EC;
}
.BgClassName
{
background-color: #EAF3EC;
}
</style>
border-color css
<style>
span { border-color: #EAF3EC; }
span { border-color: rgb(234,243,236); }
td.TdClassName
{
border-color: #EAF3EC;
}
.TagClassName
{
border-color: #EAF3EC;
}
</style>