Shades of Clear Day #E5F3EF
Tints of Clear Day #E5F3EF
RGB
CMYK
RGB Variations
Color information
#E5F3EF (or 0xE5F3EF) is known color: Clear Day. HEX triplet: E5, F3 and EF. RGB value is (229,243,239). Sum of RGB (Red+Green+Blue) = 229+243+239=711 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.21% from 711); Green value is 243 (95.31% from 255 or 34.18% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F3EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5F3EF is #1A0C10. Grayscale: #EEEEEE. Windows color (decimal): -1707025 or 15725541. OLE color: 15725541.
HSL color Cylindrical-coordinate representation of color #E5F3EF: hue angle of 162.86º degrees, saturation: 0.37, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5F3EF is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 243 | 239 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.05 |
| HSL | 162.86º | 0.37% | 0.93% | - |
| HSV(B) | 162.86º | 0.06% | 0.95% | - |
| XYZ | 79.94 | 86.99 | 94.24 | - |
| YUV | 238.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 243 | 239 | 0.06 | 0 | 0.02 | 0.05 | 162.86 | 0.37 | 0.93 |
| Hex | E5 | F3 | EF | 6 | 0 | 2 | 5 | A3 | 25 | 5D |
| Octal | 345 | 363 | 357 | 6 | 0 | 2 | 5 | 243 | 45 | 135 |
| Binary | 11100101 | 11110011 | 11101111 | 110 | 0 | 10 | 101 | 10100011 | 100101 | 1011101 |
Color Harmonies of #E5F3EF
Complementary color
Monochromatic Colors of #E5F3EF
Black with #E5F3EF
Text Example
Text Example
White with #E5F3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F3EF; }
p { color: rgb(229,243,239); }
H1.HeaderClassName
{
color: #E5F3EF;
}
.AnyTagClassName
{
color: #E5F3EF;
}
</style>
background-color css
<style>
a { background-color: #E5F3EF; }
a { background-color: rgb(229,243,239); }
div.DivClassName
{
background-color: #E5F3EF;
}
.BgClassName
{
background-color: #E5F3EF;
}
</style>
border-color css
<style>
span { border-color: #E5F3EF; }
span { border-color: rgb(229,243,239); }
td.TdClassName
{
border-color: #E5F3EF;
}
.TagClassName
{
border-color: #E5F3EF;
}
</style>