Shades of Dew #EAF7ED
Tints of Dew #EAF7ED
RGB
CMYK
RGB Variations
Color information
#EAF7ED (or 0xEAF7ED) is known color: Dew. HEX triplet: EA, F7 and ED. RGB value is (234,247,237). Sum of RGB (Red+Green+Blue) = 234+247+237=718 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.59% from 718); Green value is 247 (96.88% from 255 or 34.40% from 718); Blue value is 237 (92.97% from 255 or 33.01% from 718); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF7ED is #150812. Grayscale: #F2F2F2. Windows color (decimal): -1378323 or 15595498. OLE color: 15595498.
HSL color Cylindrical-coordinate representation of color #EAF7ED: hue angle of 133.85º 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 #EAF7ED is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 234 | 247 | 237 | - |
CMYK | 0.05 | 0 | 0.04 | 0.03 |
HSL | 133.85º | 0.45% | 0.94% | - |
HSV(B) | 133.85º | 0.05% | 0.97% | - |
XYZ | 82.48 | 90.13 | 93.17 | - |
YUV | 241.97 | 125.19 | 122.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 247 | 237 | 0.05 | 0 | 0.04 | 0.03 | 133.85 | 0.45 | 0.94 |
Hex | EA | F7 | ED | 5 | 0 | 4 | 3 | 86 | 2D | 5E |
Octal | 352 | 367 | 355 | 5 | 0 | 4 | 3 | 206 | 55 | 136 |
Binary | 11101010 | 11110111 | 11101101 | 101 | 0 | 100 | 11 | 10000110 | 101101 | 1011110 |
Color Harmonies of #EAF7ED
Complementary color
Monochromatic Colors of #EAF7ED
Black with #EAF7ED
Text Example
Text Example
White with #EAF7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF7ED; }
p { color: rgb(234,247,237); }
H1.HeaderClassName
{
color: #EAF7ED;
}
.AnyTagClassName
{
color: #EAF7ED;
}
</style>
background-color css
<style>
a { background-color: #EAF7ED; }
a { background-color: rgb(234,247,237); }
div.DivClassName
{
background-color: #EAF7ED;
}
.BgClassName
{
background-color: #EAF7ED;
}
</style>
border-color css
<style>
span { border-color: #EAF7ED; }
span { border-color: rgb(234,247,237); }
td.TdClassName
{
border-color: #EAF7ED;
}
.TagClassName
{
border-color: #EAF7ED;
}
</style>