Shades of Clear Day #E1FAF4
Tints of Clear Day #E1FAF4
RGB
CMYK
RGB Variations
Color information
#E1FAF4 (or 0xE1FAF4) is known color: Clear Day. HEX triplet: E1, FA and F4. RGB value is (225,250,244). Sum of RGB (Red+Green+Blue) = 225+250+244=719 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.29% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 244 (95.70% from 255 or 33.94% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAF4 is #1E050B. Grayscale: #F1F1F1. Windows color (decimal): -1967372 or 16055009. OLE color: 16055009.
HSL color Cylindrical-coordinate representation of color #E1FAF4: hue angle of 165.6º degrees, saturation: 0.71, 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 #E1FAF4 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 244 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.02 |
| HSL | 165.6º | 0.71% | 0.93% | - |
| HSV(B) | 165.6º | 0.1% | 0.98% | - |
| XYZ | 81.57 | 90.91 | 98.84 | - |
| YUV | 241.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 244 | 0.10 | 0 | 0.02 | 0.02 | 165.6 | 0.71 | 0.93 |
| Hex | E1 | FA | F4 | A | 0 | 2 | 2 | A6 | 47 | 5D |
| Octal | 341 | 372 | 364 | 12 | 0 | 2 | 2 | 246 | 107 | 135 |
| Binary | 11100001 | 11111010 | 11110100 | 1010 | 0 | 10 | 10 | 10100110 | 1000111 | 1011101 |
Color Harmonies of #E1FAF4
Complementary color
Monochromatic Colors of #E1FAF4
Black with #E1FAF4
Text Example
Text Example
White with #E1FAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAF4; }
p { color: rgb(225,250,244); }
H1.HeaderClassName
{
color: #E1FAF4;
}
.AnyTagClassName
{
color: #E1FAF4;
}
</style>
background-color css
<style>
a { background-color: #E1FAF4; }
a { background-color: rgb(225,250,244); }
div.DivClassName
{
background-color: #E1FAF4;
}
.BgClassName
{
background-color: #E1FAF4;
}
</style>
border-color css
<style>
span { border-color: #E1FAF4; }
span { border-color: rgb(225,250,244); }
td.TdClassName
{
border-color: #E1FAF4;
}
.TagClassName
{
border-color: #E1FAF4;
}
</style>