Shades of Dew #EBF0EC
Tints of Dew #EBF0EC
RGB
CMYK
RGB Variations
Color information
#EBF0EC (or 0xEBF0EC) is known color: Dew. HEX triplet: EB, F0 and EC. RGB value is (235,240,236). Sum of RGB (Red+Green+Blue) = 235+240+236=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0EC is #140F13. Grayscale: #EEEEEE. Windows color (decimal): -1314580 or 15528171. OLE color: 15528171.
HSL color Cylindrical-coordinate representation of color #EBF0EC: hue angle of 132º degrees, saturation: 0.14, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBF0EC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 235 | 240 | 236 | - |
CMYK | 0.02 | 0 | 0.02 | 0.06 |
HSL | 132º | 0.14% | 0.93% | - |
HSV(B) | 132º | 0.02% | 0.94% | - |
XYZ | 80.56 | 86.04 | 91.72 | - |
YUV | 238.05 | 126.84 | 125.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 240 | 236 | 0.02 | 0 | 0.02 | 0.06 | 132 | 0.14 | 0.93 |
Hex | EB | F0 | EC | 2 | 0 | 2 | 6 | 84 | E | 5D |
Octal | 353 | 360 | 354 | 2 | 0 | 2 | 6 | 204 | 16 | 135 |
Binary | 11101011 | 11110000 | 11101100 | 10 | 0 | 10 | 110 | 10000100 | 1110 | 1011101 |
Color Harmonies of #EBF0EC
Complementary color
Monochromatic Colors of #EBF0EC
Black with #EBF0EC
Text Example
Text Example
White with #EBF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF0EC; }
p { color: rgb(235,240,236); }
H1.HeaderClassName
{
color: #EBF0EC;
}
.AnyTagClassName
{
color: #EBF0EC;
}
</style>
background-color css
<style>
a { background-color: #EBF0EC; }
a { background-color: rgb(235,240,236); }
div.DivClassName
{
background-color: #EBF0EC;
}
.BgClassName
{
background-color: #EBF0EC;
}
</style>
border-color css
<style>
span { border-color: #EBF0EC; }
span { border-color: rgb(235,240,236); }
td.TdClassName
{
border-color: #EBF0EC;
}
.TagClassName
{
border-color: #EBF0EC;
}
</style>