Shades of Clear Day #EBF1EF
Tints of Clear Day #EBF1EF
RGB
CMYK
RGB Variations
Color information
#EBF1EF (or 0xEBF1EF) is known color: Clear Day. HEX triplet: EB, F1 and EF. RGB value is (235,241,239). Sum of RGB (Red+Green+Blue) = 235+241+239=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 239 (93.75% from 255 or 33.43% from 715); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF1EF is #140E10. Grayscale: #EEEEEE. Windows color (decimal): -1314321 or 15725035. OLE color: 15725035.
HSL color Cylindrical-coordinate representation of color #EBF1EF: hue angle of 160º 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 #EBF1EF is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 239 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.05 |
| HSL | 160º | 0.18% | 0.93% | - |
| HSV(B) | 160º | 0.02% | 0.95% | - |
| XYZ | 81.3 | 86.8 | 94.13 | - |
| YUV | 238.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 239 | 0.02 | 0 | 0.01 | 0.05 | 160 | 0.18 | 0.93 |
| Hex | EB | F1 | EF | 2 | 0 | 1 | 5 | A0 | 12 | 5D |
| Octal | 353 | 361 | 357 | 2 | 0 | 1 | 5 | 240 | 22 | 135 |
| Binary | 11101011 | 11110001 | 11101111 | 10 | 0 | 1 | 101 | 10100000 | 10010 | 1011101 |
Color Harmonies of #EBF1EF
Complementary color
Monochromatic Colors of #EBF1EF
Black with #EBF1EF
Text Example
Text Example
White with #EBF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF1EF; }
p { color: rgb(235,241,239); }
H1.HeaderClassName
{
color: #EBF1EF;
}
.AnyTagClassName
{
color: #EBF1EF;
}
</style>
background-color css
<style>
a { background-color: #EBF1EF; }
a { background-color: rgb(235,241,239); }
div.DivClassName
{
background-color: #EBF1EF;
}
.BgClassName
{
background-color: #EBF1EF;
}
</style>
border-color css
<style>
span { border-color: #EBF1EF; }
span { border-color: rgb(235,241,239); }
td.TdClassName
{
border-color: #EBF1EF;
}
.TagClassName
{
border-color: #EBF1EF;
}
</style>