Shades of Dew #EBF3EC
Tints of Dew #EBF3EC
RGB
CMYK
RGB Variations
Color information
#EBF3EC (or 0xEBF3EC) is known color: Dew. HEX triplet: EB, F3 and EC. RGB value is (235,243,236). Sum of RGB (Red+Green+Blue) = 235+243+236=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 243 (95.31% from 255 or 34.03% from 714); Blue value is 236 (92.58% from 255 or 33.05% from 714); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF3EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF3EC is #140C13. Grayscale: #EFEFEF. Windows color (decimal): -1313812 or 15528939. OLE color: 15528939.
HSL color Cylindrical-coordinate representation of color #EBF3EC: hue angle of 127.5º degrees, saturation: 0.25, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBF3EC is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 243 | 236 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.05 |
| HSL | 127.5º | 0.25% | 0.94% | - |
| HSV(B) | 127.5º | 0.03% | 0.95% | - |
| XYZ | 81.45 | 87.82 | 92.01 | - |
| YUV | 239.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 243 | 236 | 0.03 | 0 | 0.03 | 0.05 | 127.5 | 0.25 | 0.94 |
| Hex | EB | F3 | EC | 3 | 0 | 3 | 5 | 80 | 19 | 5E |
| Octal | 353 | 363 | 354 | 3 | 0 | 3 | 5 | 200 | 31 | 136 |
| Binary | 11101011 | 11110011 | 11101100 | 11 | 0 | 11 | 101 | 10000000 | 11001 | 1011110 |
Color Harmonies of #EBF3EC
Complementary color
Monochromatic Colors of #EBF3EC
Black with #EBF3EC
Text Example
Text Example
White with #EBF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF3EC; }
p { color: rgb(235,243,236); }
H1.HeaderClassName
{
color: #EBF3EC;
}
.AnyTagClassName
{
color: #EBF3EC;
}
</style>
background-color css
<style>
a { background-color: #EBF3EC; }
a { background-color: rgb(235,243,236); }
div.DivClassName
{
background-color: #EBF3EC;
}
.BgClassName
{
background-color: #EBF3EC;
}
</style>
border-color css
<style>
span { border-color: #EBF3EC; }
span { border-color: rgb(235,243,236); }
td.TdClassName
{
border-color: #EBF3EC;
}
.TagClassName
{
border-color: #EBF3EC;
}
</style>