Shades of Clear Day #EDF2F1
Tints of Clear Day #EDF2F1
RGB
CMYK
RGB Variations
Color information
#EDF2F1 (or 0xEDF2F1) is known color: Clear Day. HEX triplet: ED, F2 and F1. RGB value is (237,242,241). Sum of RGB (Red+Green+Blue) = 237+242+241=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 242 (94.92% from 255 or 33.61% from 720); Blue value is 241 (94.53% from 255 or 33.47% from 720); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2F1 is #120D0E. Grayscale: #F0F0F0. Windows color (decimal): -1182991 or 15856365. OLE color: 15856365.
HSL color Cylindrical-coordinate representation of color #EDF2F1: hue angle of 168º degrees, saturation: 0.16, 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 #EDF2F1 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 241 | - |
| CMYK | 0.02 | 0 | 0.00 | 0.05 |
| HSL | 168º | 0.16% | 0.94% | - |
| HSV(B) | 168º | 0.02% | 0.95% | - |
| XYZ | 82.55 | 87.86 | 95.83 | - |
| YUV | 240.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 241 | 0.02 | 0 | 0.00 | 0.05 | 168 | 0.16 | 0.94 |
| Hex | ED | F2 | F1 | 2 | 0 | 0 | 5 | A8 | 10 | 5E |
| Octal | 355 | 362 | 361 | 2 | 0 | 0 | 5 | 250 | 20 | 136 |
| Binary | 11101101 | 11110010 | 11110001 | 10 | 0 | 0 | 101 | 10101000 | 10000 | 1011110 |
Color Harmonies of #EDF2F1
Complementary color
Monochromatic Colors of #EDF2F1
Black with #EDF2F1
Text Example
Text Example
White with #EDF2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2F1; }
p { color: rgb(237,242,241); }
H1.HeaderClassName
{
color: #EDF2F1;
}
.AnyTagClassName
{
color: #EDF2F1;
}
</style>
background-color css
<style>
a { background-color: #EDF2F1; }
a { background-color: rgb(237,242,241); }
div.DivClassName
{
background-color: #EDF2F1;
}
.BgClassName
{
background-color: #EDF2F1;
}
</style>
border-color css
<style>
span { border-color: #EDF2F1; }
span { border-color: rgb(237,242,241); }
td.TdClassName
{
border-color: #EDF2F1;
}
.TagClassName
{
border-color: #EDF2F1;
}
</style>