Shades of Clear Day #EFF4F3
Tints of Clear Day #EFF4F3
RGB
CMYK
RGB Variations
Color information
#EFF4F3 (or 0xEFF4F3) is known color: Clear Day. HEX triplet: EF, F4 and F3. RGB value is (239,244,243). Sum of RGB (Red+Green+Blue) = 239+244+243=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 244 (95.70% from 255 or 33.61% from 726); Blue value is 243 (95.31% from 255 or 33.47% from 726); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF4F3 is #100B0C. Grayscale: #F2F2F2. Windows color (decimal): -1051405 or 15987951. OLE color: 15987951.
HSL color Cylindrical-coordinate representation of color #EFF4F3: hue angle of 168º degrees, saturation: 0.19, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF4F3 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 243 | - |
| CMYK | 0.02 | 0 | 0.00 | 0.04 |
| HSL | 168º | 0.19% | 0.95% | - |
| HSV(B) | 168º | 0.02% | 0.96% | - |
| XYZ | 84.12 | 89.52 | 97.64 | - |
| YUV | 242.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 243 | 0.02 | 0 | 0.00 | 0.04 | 168 | 0.19 | 0.95 |
| Hex | EF | F4 | F3 | 2 | 0 | 0 | 4 | A8 | 13 | 5F |
| Octal | 357 | 364 | 363 | 2 | 0 | 0 | 4 | 250 | 23 | 137 |
| Binary | 11101111 | 11110100 | 11110011 | 10 | 0 | 0 | 100 | 10101000 | 10011 | 1011111 |
Color Harmonies of #EFF4F3
Complementary color
Monochromatic Colors of #EFF4F3
Black with #EFF4F3
Text Example
Text Example
White with #EFF4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4F3; }
p { color: rgb(239,244,243); }
H1.HeaderClassName
{
color: #EFF4F3;
}
.AnyTagClassName
{
color: #EFF4F3;
}
</style>
background-color css
<style>
a { background-color: #EFF4F3; }
a { background-color: rgb(239,244,243); }
div.DivClassName
{
background-color: #EFF4F3;
}
.BgClassName
{
background-color: #EFF4F3;
}
</style>
border-color css
<style>
span { border-color: #EFF4F3; }
span { border-color: rgb(239,244,243); }
td.TdClassName
{
border-color: #EFF4F3;
}
.TagClassName
{
border-color: #EFF4F3;
}
</style>