Shades of Dew #EAF8ED
Tints of Dew #EAF8ED
RGB
CMYK
RGB Variations
Color information
#EAF8ED (or 0xEAF8ED) is known color: Dew. HEX triplet: EA, F8 and ED. RGB value is (234,248,237). Sum of RGB (Red+Green+Blue) = 234+248+237=719 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.55% from 719); Green value is 248 (97.27% from 255 or 34.49% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8ED is #150712. Grayscale: #F2F2F2. Windows color (decimal): -1378067 or 15595754. OLE color: 15595754.
HSL color Cylindrical-coordinate representation of color #EAF8ED: hue angle of 132.86º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF8ED is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 234 | 248 | 237 | - |
CMYK | 0.06 | 0 | 0.04 | 0.03 |
HSL | 132.86º | 0.5% | 0.95% | - |
HSV(B) | 132.86º | 0.06% | 0.97% | - |
XYZ | 82.79 | 90.74 | 93.27 | - |
YUV | 242.56 | 124.86 | 121.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 248 | 237 | 0.06 | 0 | 0.04 | 0.03 | 132.86 | 0.5 | 0.95 |
Hex | EA | F8 | ED | 6 | 0 | 4 | 3 | 85 | 32 | 5F |
Octal | 352 | 370 | 355 | 6 | 0 | 4 | 3 | 205 | 62 | 137 |
Binary | 11101010 | 11111000 | 11101101 | 110 | 0 | 100 | 11 | 10000101 | 110010 | 1011111 |
Color Harmonies of #EAF8ED
Complementary color
Monochromatic Colors of #EAF8ED
Black with #EAF8ED
Text Example
Text Example
White with #EAF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF8ED; }
p { color: rgb(234,248,237); }
H1.HeaderClassName
{
color: #EAF8ED;
}
.AnyTagClassName
{
color: #EAF8ED;
}
</style>
background-color css
<style>
a { background-color: #EAF8ED; }
a { background-color: rgb(234,248,237); }
div.DivClassName
{
background-color: #EAF8ED;
}
.BgClassName
{
background-color: #EAF8ED;
}
</style>
border-color css
<style>
span { border-color: #EAF8ED; }
span { border-color: rgb(234,248,237); }
td.TdClassName
{
border-color: #EAF8ED;
}
.TagClassName
{
border-color: #EAF8ED;
}
</style>