Shades of Clear Day #EFF3F2
Tints of Clear Day #EFF3F2
RGB
CMYK
RGB Variations
Color information
#EFF3F2 (or 0xEFF3F2) is known color: Clear Day. HEX triplet: EF, F3 and F2. RGB value is (239,243,242). Sum of RGB (Red+Green+Blue) = 239+243+242=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 243 (95.31% from 255 or 33.56% from 724); Blue value is 242 (94.92% from 255 or 33.43% from 724); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF3F2 is #100C0D. Grayscale: #F1F1F1. Windows color (decimal): -1051662 or 15922159. OLE color: 15922159.
HSL color Cylindrical-coordinate representation of color #EFF3F2: hue angle of 165º degrees, saturation: 0.14, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF3F2 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 242 | - |
| CMYK | 0.02 | 0 | 0.00 | 0.05 |
| HSL | 165º | 0.14% | 0.95% | - |
| HSV(B) | 165º | 0.02% | 0.95% | - |
| XYZ | 83.67 | 88.86 | 96.75 | - |
| YUV | 241.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 242 | 0.02 | 0 | 0.00 | 0.05 | 165 | 0.14 | 0.95 |
| Hex | EF | F3 | F2 | 2 | 0 | 0 | 5 | A5 | E | 5F |
| Octal | 357 | 363 | 362 | 2 | 0 | 0 | 5 | 245 | 16 | 137 |
| Binary | 11101111 | 11110011 | 11110010 | 10 | 0 | 0 | 101 | 10100101 | 1110 | 1011111 |
Color Harmonies of #EFF3F2
Complementary color
Monochromatic Colors of #EFF3F2
Black with #EFF3F2
Text Example
Text Example
White with #EFF3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3F2; }
p { color: rgb(239,243,242); }
H1.HeaderClassName
{
color: #EFF3F2;
}
.AnyTagClassName
{
color: #EFF3F2;
}
</style>
background-color css
<style>
a { background-color: #EFF3F2; }
a { background-color: rgb(239,243,242); }
div.DivClassName
{
background-color: #EFF3F2;
}
.BgClassName
{
background-color: #EFF3F2;
}
</style>
border-color css
<style>
span { border-color: #EFF3F2; }
span { border-color: rgb(239,243,242); }
td.TdClassName
{
border-color: #EFF3F2;
}
.TagClassName
{
border-color: #EFF3F2;
}
</style>