Shades of Clear Day #E0FAEF
Tints of Clear Day #E0FAEF
RGB
CMYK
RGB Variations
Color information
#E0FAEF (or 0xE0FAEF) is known color: Clear Day. HEX triplet: E0, FA and EF. RGB value is (224,250,239). Sum of RGB (Red+Green+Blue) = 224+250+239=713 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.42% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 239 (93.75% from 255 or 33.52% from 713); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FAEF is #1F0510. Grayscale: #F0F0F0. Windows color (decimal): -2032913 or 15727328. OLE color: 15727328.
HSL color Cylindrical-coordinate representation of color #E0FAEF: hue angle of 154.62º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0FAEF is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 239 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.02 |
| HSL | 154.62º | 0.72% | 0.93% | - |
| HSV(B) | 154.62º | 0.1% | 0.98% | - |
| XYZ | 80.51 | 90.45 | 94.88 | - |
| YUV | 240.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 239 | 0.10 | 0 | 0.04 | 0.02 | 154.62 | 0.72 | 0.93 |
| Hex | E0 | FA | EF | A | 0 | 4 | 2 | 9B | 48 | 5D |
| Octal | 340 | 372 | 357 | 12 | 0 | 4 | 2 | 233 | 110 | 135 |
| Binary | 11100000 | 11111010 | 11101111 | 1010 | 0 | 100 | 10 | 10011011 | 1001000 | 1011101 |
Color Harmonies of #E0FAEF
Complementary color
Monochromatic Colors of #E0FAEF
Black with #E0FAEF
Text Example
Text Example
White with #E0FAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FAEF; }
p { color: rgb(224,250,239); }
H1.HeaderClassName
{
color: #E0FAEF;
}
.AnyTagClassName
{
color: #E0FAEF;
}
</style>
background-color css
<style>
a { background-color: #E0FAEF; }
a { background-color: rgb(224,250,239); }
div.DivClassName
{
background-color: #E0FAEF;
}
.BgClassName
{
background-color: #E0FAEF;
}
</style>
border-color css
<style>
span { border-color: #E0FAEF; }
span { border-color: rgb(224,250,239); }
td.TdClassName
{
border-color: #E0FAEF;
}
.TagClassName
{
border-color: #E0FAEF;
}
</style>