Shades of Clear Day #E0FAEE
Tints of Clear Day #E0FAEE
RGB
CMYK
RGB Variations
Color information
#E0FAEE (or 0xE0FAEE) is known color: Clear Day. HEX triplet: E0, FA and EE. RGB value is (224,250,238). Sum of RGB (Red+Green+Blue) = 224+250+238=712 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.46% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FAEE is #1F0511. Grayscale: #F0F0F0. Windows color (decimal): -2032914 or 15661792. OLE color: 15661792.
HSL color Cylindrical-coordinate representation of color #E0FAEE: hue angle of 152.31º 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 #E0FAEE is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 238 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.02 |
| HSL | 152.31º | 0.72% | 0.93% | - |
| HSV(B) | 152.31º | 0.1% | 0.98% | - |
| XYZ | 80.36 | 90.39 | 94.1 | - |
| YUV | 240.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 238 | 0.10 | 0 | 0.05 | 0.02 | 152.31 | 0.72 | 0.93 |
| Hex | E0 | FA | EE | A | 0 | 5 | 2 | 98 | 48 | 5D |
| Octal | 340 | 372 | 356 | 12 | 0 | 5 | 2 | 230 | 110 | 135 |
| Binary | 11100000 | 11111010 | 11101110 | 1010 | 0 | 101 | 10 | 10011000 | 1001000 | 1011101 |
Color Harmonies of #E0FAEE
Complementary color
Monochromatic Colors of #E0FAEE
Black with #E0FAEE
Text Example
Text Example
White with #E0FAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FAEE; }
p { color: rgb(224,250,238); }
H1.HeaderClassName
{
color: #E0FAEE;
}
.AnyTagClassName
{
color: #E0FAEE;
}
</style>
background-color css
<style>
a { background-color: #E0FAEE; }
a { background-color: rgb(224,250,238); }
div.DivClassName
{
background-color: #E0FAEE;
}
.BgClassName
{
background-color: #E0FAEE;
}
</style>
border-color css
<style>
span { border-color: #E0FAEE; }
span { border-color: rgb(224,250,238); }
td.TdClassName
{
border-color: #E0FAEE;
}
.TagClassName
{
border-color: #E0FAEE;
}
</style>