Shades of Clear Day #EDF3F1
Tints of Clear Day #EDF3F1
RGB
CMYK
RGB Variations
Color information
#EDF3F1 (or 0xEDF3F1) is known color: Clear Day. HEX triplet: ED, F3 and F1. RGB value is (237,243,241). Sum of RGB (Red+Green+Blue) = 237+243+241=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 243 (95.31% from 255 or 33.70% from 721); Blue value is 241 (94.53% from 255 or 33.43% from 721); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3F1 is #120C0E. Grayscale: #F0F0F0. Windows color (decimal): -1182735 or 15856621. OLE color: 15856621.
HSL color Cylindrical-coordinate representation of color #EDF3F1: hue angle of 160º degrees, saturation: 0.2, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF3F1 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 241 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.05 |
| HSL | 160º | 0.2% | 0.94% | - |
| HSV(B) | 160º | 0.02% | 0.95% | - |
| XYZ | 82.85 | 88.46 | 95.93 | - |
| YUV | 240.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 241 | 0.02 | 0 | 0.01 | 0.05 | 160 | 0.2 | 0.94 |
| Hex | ED | F3 | F1 | 2 | 0 | 1 | 5 | A0 | 14 | 5E |
| Octal | 355 | 363 | 361 | 2 | 0 | 1 | 5 | 240 | 24 | 136 |
| Binary | 11101101 | 11110011 | 11110001 | 10 | 0 | 1 | 101 | 10100000 | 10100 | 1011110 |
Color Harmonies of #EDF3F1
Complementary color
Monochromatic Colors of #EDF3F1
Black with #EDF3F1
Text Example
Text Example
White with #EDF3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF3F1; }
p { color: rgb(237,243,241); }
H1.HeaderClassName
{
color: #EDF3F1;
}
.AnyTagClassName
{
color: #EDF3F1;
}
</style>
background-color css
<style>
a { background-color: #EDF3F1; }
a { background-color: rgb(237,243,241); }
div.DivClassName
{
background-color: #EDF3F1;
}
.BgClassName
{
background-color: #EDF3F1;
}
</style>
border-color css
<style>
span { border-color: #EDF3F1; }
span { border-color: rgb(237,243,241); }
td.TdClassName
{
border-color: #EDF3F1;
}
.TagClassName
{
border-color: #EDF3F1;
}
</style>