Shades of Clear Day #E0FAF4
Tints of Clear Day #E0FAF4
RGB
CMYK
RGB Variations
Color information
#E0FAF4 (or 0xE0FAF4) is known color: Clear Day. HEX triplet: E0, FA and F4. RGB value is (224,250,244). Sum of RGB (Red+Green+Blue) = 224+250+244=718 (95% of max value = 765). Red value is 224 (87.89% from 255 or 31.20% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 244 (95.70% from 255 or 33.98% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FAF4 is #1F050B. Grayscale: #F1F1F1. Windows color (decimal): -2032908 or 16055008. OLE color: 16055008.
HSL color Cylindrical-coordinate representation of color #E0FAF4: hue angle of 166.15º 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 #E0FAF4 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 244 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.02 |
| HSL | 166.15º | 0.72% | 0.93% | - |
| HSV(B) | 166.15º | 0.1% | 0.98% | - |
| XYZ | 81.26 | 90.75 | 98.82 | - |
| YUV | 241.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 244 | 0.10 | 0 | 0.02 | 0.02 | 166.15 | 0.72 | 0.93 |
| Hex | E0 | FA | F4 | A | 0 | 2 | 2 | A6 | 48 | 5D |
| Octal | 340 | 372 | 364 | 12 | 0 | 2 | 2 | 246 | 110 | 135 |
| Binary | 11100000 | 11111010 | 11110100 | 1010 | 0 | 10 | 10 | 10100110 | 1001000 | 1011101 |
Color Harmonies of #E0FAF4
Complementary color
Monochromatic Colors of #E0FAF4
Black with #E0FAF4
Text Example
Text Example
White with #E0FAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FAF4; }
p { color: rgb(224,250,244); }
H1.HeaderClassName
{
color: #E0FAF4;
}
.AnyTagClassName
{
color: #E0FAF4;
}
</style>
background-color css
<style>
a { background-color: #E0FAF4; }
a { background-color: rgb(224,250,244); }
div.DivClassName
{
background-color: #E0FAF4;
}
.BgClassName
{
background-color: #E0FAF4;
}
</style>
border-color css
<style>
span { border-color: #E0FAF4; }
span { border-color: rgb(224,250,244); }
td.TdClassName
{
border-color: #E0FAF4;
}
.TagClassName
{
border-color: #E0FAF4;
}
</style>