Shades of Dew #EBF1EC
Tints of Dew #EBF1EC
RGB
CMYK
RGB Variations
Color information
#EBF1EC (or 0xEBF1EC) is known color: Dew. HEX triplet: EB, F1 and EC. RGB value is (235,241,236). Sum of RGB (Red+Green+Blue) = 235+241+236=712 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.01% from 712); Green value is 241 (94.53% from 255 or 33.85% from 712); Blue value is 236 (92.58% from 255 or 33.15% from 712); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF1EC is #140E13. Grayscale: #EEEEEE. Windows color (decimal): -1314324 or 15528427. OLE color: 15528427.
HSL color Cylindrical-coordinate representation of color #EBF1EC: hue angle of 130º degrees, saturation: 0.18, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBF1EC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 236 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.05 |
| HSL | 130º | 0.18% | 0.93% | - |
| HSV(B) | 130º | 0.02% | 0.95% | - |
| XYZ | 80.86 | 86.63 | 91.82 | - |
| YUV | 238.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 236 | 0.02 | 0 | 0.02 | 0.05 | 130 | 0.18 | 0.93 |
| Hex | EB | F1 | EC | 2 | 0 | 2 | 5 | 82 | 12 | 5D |
| Octal | 353 | 361 | 354 | 2 | 0 | 2 | 5 | 202 | 22 | 135 |
| Binary | 11101011 | 11110001 | 11101100 | 10 | 0 | 10 | 101 | 10000010 | 10010 | 1011101 |
Color Harmonies of #EBF1EC
Complementary color
Monochromatic Colors of #EBF1EC
Black with #EBF1EC
Text Example
Text Example
White with #EBF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF1EC; }
p { color: rgb(235,241,236); }
H1.HeaderClassName
{
color: #EBF1EC;
}
.AnyTagClassName
{
color: #EBF1EC;
}
</style>
background-color css
<style>
a { background-color: #EBF1EC; }
a { background-color: rgb(235,241,236); }
div.DivClassName
{
background-color: #EBF1EC;
}
.BgClassName
{
background-color: #EBF1EC;
}
</style>
border-color css
<style>
span { border-color: #EBF1EC; }
span { border-color: rgb(235,241,236); }
td.TdClassName
{
border-color: #EBF1EC;
}
.TagClassName
{
border-color: #EBF1EC;
}
</style>