Shades of Clear Day #EEF3F2
Tints of Clear Day #EEF3F2
RGB
CMYK
RGB Variations
Color information
#EEF3F2 (or 0xEEF3F2) is known color: Clear Day. HEX triplet: EE, F3 and F2. RGB value is (238,243,242). Sum of RGB (Red+Green+Blue) = 238+243+242=723 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.92% from 723); Green value is 243 (95.31% from 255 or 33.61% from 723); Blue value is 242 (94.92% from 255 or 33.47% from 723); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF3F2 is #110C0D. Grayscale: #F1F1F1. Windows color (decimal): -1117198 or 15922158. OLE color: 15922158.
HSL color Cylindrical-coordinate representation of color #EEF3F2: hue angle of 168º degrees, saturation: 0.17, 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 #EEF3F2 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 242 | - |
| CMYK | 0.02 | 0 | 0.00 | 0.05 |
| HSL | 168º | 0.17% | 0.94% | - |
| HSV(B) | 168º | 0.02% | 0.95% | - |
| XYZ | 83.34 | 88.69 | 96.73 | - |
| YUV | 241.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 242 | 0.02 | 0 | 0.00 | 0.05 | 168 | 0.17 | 0.94 |
| Hex | EE | F3 | F2 | 2 | 0 | 0 | 5 | A8 | 11 | 5E |
| Octal | 356 | 363 | 362 | 2 | 0 | 0 | 5 | 250 | 21 | 136 |
| Binary | 11101110 | 11110011 | 11110010 | 10 | 0 | 0 | 101 | 10101000 | 10001 | 1011110 |
Color Harmonies of #EEF3F2
Complementary color
Monochromatic Colors of #EEF3F2
Black with #EEF3F2
Text Example
Text Example
White with #EEF3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF3F2; }
p { color: rgb(238,243,242); }
H1.HeaderClassName
{
color: #EEF3F2;
}
.AnyTagClassName
{
color: #EEF3F2;
}
</style>
background-color css
<style>
a { background-color: #EEF3F2; }
a { background-color: rgb(238,243,242); }
div.DivClassName
{
background-color: #EEF3F2;
}
.BgClassName
{
background-color: #EEF3F2;
}
</style>
border-color css
<style>
span { border-color: #EEF3F2; }
span { border-color: rgb(238,243,242); }
td.TdClassName
{
border-color: #EEF3F2;
}
.TagClassName
{
border-color: #EEF3F2;
}
</style>