Shades of Clear Day #EBF3F0
Tints of Clear Day #EBF3F0
RGB
CMYK
RGB Variations
Color information
#EBF3F0 (or 0xEBF3F0) is known color: Clear Day. HEX triplet: EB, F3 and F0. RGB value is (235,243,240). Sum of RGB (Red+Green+Blue) = 235+243+240=718 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.73% from 718); Green value is 243 (95.31% from 255 or 33.84% from 718); Blue value is 240 (94.14% from 255 or 33.43% from 718); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF3F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF3F0 is #140C0F. Grayscale: #F0F0F0. Windows color (decimal): -1313808 or 15791083. OLE color: 15791083.
HSL color Cylindrical-coordinate representation of color #EBF3F0: hue angle of 157.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 #EBF3F0 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 243 | 240 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.05 |
| HSL | 157.5º | 0.25% | 0.94% | - |
| HSV(B) | 157.5º | 0.03% | 0.95% | - |
| XYZ | 82.04 | 88.05 | 95.11 | - |
| YUV | 240.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 243 | 240 | 0.03 | 0 | 0.01 | 0.05 | 157.5 | 0.25 | 0.94 |
| Hex | EB | F3 | F0 | 3 | 0 | 1 | 5 | 9E | 19 | 5E |
| Octal | 353 | 363 | 360 | 3 | 0 | 1 | 5 | 236 | 31 | 136 |
| Binary | 11101011 | 11110011 | 11110000 | 11 | 0 | 1 | 101 | 10011110 | 11001 | 1011110 |
Color Harmonies of #EBF3F0
Complementary color
Monochromatic Colors of #EBF3F0
Black with #EBF3F0
Text Example
Text Example
White with #EBF3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF3F0; }
p { color: rgb(235,243,240); }
H1.HeaderClassName
{
color: #EBF3F0;
}
.AnyTagClassName
{
color: #EBF3F0;
}
</style>
background-color css
<style>
a { background-color: #EBF3F0; }
a { background-color: rgb(235,243,240); }
div.DivClassName
{
background-color: #EBF3F0;
}
.BgClassName
{
background-color: #EBF3F0;
}
</style>
border-color css
<style>
span { border-color: #EBF3F0; }
span { border-color: rgb(235,243,240); }
td.TdClassName
{
border-color: #EBF3F0;
}
.TagClassName
{
border-color: #EBF3F0;
}
</style>