Shades of Clear Day #E0FCEF
Tints of Clear Day #E0FCEF
RGB
CMYK
RGB Variations
Color information
#E0FCEF (or 0xE0FCEF) is known color: Clear Day. HEX triplet: E0, FC and EF. RGB value is (224,252,239). Sum of RGB (Red+Green+Blue) = 224+252+239=715 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.33% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 239 (93.75% from 255 or 33.43% from 715); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FCEF is #1F0310. Grayscale: #F2F2F2. Windows color (decimal): -2032401 or 15727840. OLE color: 15727840.
HSL color Cylindrical-coordinate representation of color #E0FCEF: hue angle of 152.14º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0FCEF is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 252 | 239 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.01 |
| HSL | 152.14º | 0.82% | 0.93% | - |
| HSV(B) | 152.14º | 0.11% | 0.99% | - |
| XYZ | 81.13 | 91.7 | 95.09 | - |
| YUV | 242.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 252 | 239 | 0.11 | 0 | 0.05 | 0.01 | 152.14 | 0.82 | 0.93 |
| Hex | E0 | FC | EF | B | 0 | 5 | 1 | 98 | 52 | 5D |
| Octal | 340 | 374 | 357 | 13 | 0 | 5 | 1 | 230 | 122 | 135 |
| Binary | 11100000 | 11111100 | 11101111 | 1011 | 0 | 101 | 1 | 10011000 | 1010010 | 1011101 |
Color Harmonies of #E0FCEF
Complementary color
Monochromatic Colors of #E0FCEF
Black with #E0FCEF
Text Example
Text Example
White with #E0FCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FCEF; }
p { color: rgb(224,252,239); }
H1.HeaderClassName
{
color: #E0FCEF;
}
.AnyTagClassName
{
color: #E0FCEF;
}
</style>
background-color css
<style>
a { background-color: #E0FCEF; }
a { background-color: rgb(224,252,239); }
div.DivClassName
{
background-color: #E0FCEF;
}
.BgClassName
{
background-color: #E0FCEF;
}
</style>
border-color css
<style>
span { border-color: #E0FCEF; }
span { border-color: rgb(224,252,239); }
td.TdClassName
{
border-color: #E0FCEF;
}
.TagClassName
{
border-color: #E0FCEF;
}
</style>