Shades of Clear Day #EEF1F0
Tints of Clear Day #EEF1F0
RGB
CMYK
RGB Variations
Color information
#EEF1F0 (or 0xEEF1F0) is known color: Clear Day. HEX triplet: EE, F1 and F0. RGB value is (238,241,240). Sum of RGB (Red+Green+Blue) = 238+241+240=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 241 (94.53% from 255 or 33.52% from 719); Blue value is 240 (94.14% from 255 or 33.38% from 719); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1F0 is #110E0F. Grayscale: #EFEFEF. Windows color (decimal): -1117712 or 15790574. OLE color: 15790574.
HSL color Cylindrical-coordinate representation of color #EEF1F0: hue angle of 160º degrees, saturation: 0.1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEF1F0 is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 241 | 240 | - |
CMYK | 0.01 | 0 | 0.00 | 0.05 |
HSL | 160º | 0.1% | 0.94% | - |
HSV(B) | 160º | 0.01% | 0.95% | - |
XYZ | 82.44 | 87.38 | 94.96 | - |
YUV | 239.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 241 | 240 | 0.01 | 0 | 0.00 | 0.05 | 160 | 0.1 | 0.94 |
Hex | EE | F1 | F0 | 1 | 0 | 0 | 5 | A0 | A | 5E |
Octal | 356 | 361 | 360 | 1 | 0 | 0 | 5 | 240 | 12 | 136 |
Binary | 11101110 | 11110001 | 11110000 | 1 | 0 | 0 | 101 | 10100000 | 1010 | 1011110 |
Color Harmonies of #EEF1F0
Complementary color
Monochromatic Colors of #EEF1F0
Black with #EEF1F0
Text Example
Text Example
White with #EEF1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1F0; }
p { color: rgb(238,241,240); }
H1.HeaderClassName
{
color: #EEF1F0;
}
.AnyTagClassName
{
color: #EEF1F0;
}
</style>
background-color css
<style>
a { background-color: #EEF1F0; }
a { background-color: rgb(238,241,240); }
div.DivClassName
{
background-color: #EEF1F0;
}
.BgClassName
{
background-color: #EEF1F0;
}
</style>
border-color css
<style>
span { border-color: #EEF1F0; }
span { border-color: rgb(238,241,240); }
td.TdClassName
{
border-color: #EEF1F0;
}
.TagClassName
{
border-color: #EEF1F0;
}
</style>