Shades of Clear Day #E1FAF2
Tints of Clear Day #E1FAF2
RGB
CMYK
RGB Variations
Color information
#E1FAF2 (or 0xE1FAF2) is known color: Clear Day. HEX triplet: E1, FA and F2. RGB value is (225,250,242). Sum of RGB (Red+Green+Blue) = 225+250+242=717 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.38% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 242 (94.92% from 255 or 33.75% from 717); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAF2 is #1E050D. Grayscale: #F1F1F1. Windows color (decimal): -1967374 or 15923937. OLE color: 15923937.
HSL color Cylindrical-coordinate representation of color #E1FAF2: hue angle of 160.8º 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 #E1FAF2 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 242 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.02 |
| HSL | 160.8º | 0.71% | 0.93% | - |
| HSV(B) | 160.8º | 0.1% | 0.98% | - |
| XYZ | 81.26 | 90.79 | 97.25 | - |
| YUV | 241.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 242 | 0.10 | 0 | 0.03 | 0.02 | 160.8 | 0.71 | 0.93 |
| Hex | E1 | FA | F2 | A | 0 | 3 | 2 | A1 | 47 | 5D |
| Octal | 341 | 372 | 362 | 12 | 0 | 3 | 2 | 241 | 107 | 135 |
| Binary | 11100001 | 11111010 | 11110010 | 1010 | 0 | 11 | 10 | 10100001 | 1000111 | 1011101 |
Color Harmonies of #E1FAF2
Complementary color
Monochromatic Colors of #E1FAF2
Black with #E1FAF2
Text Example
Text Example
White with #E1FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAF2; }
p { color: rgb(225,250,242); }
H1.HeaderClassName
{
color: #E1FAF2;
}
.AnyTagClassName
{
color: #E1FAF2;
}
</style>
background-color css
<style>
a { background-color: #E1FAF2; }
a { background-color: rgb(225,250,242); }
div.DivClassName
{
background-color: #E1FAF2;
}
.BgClassName
{
background-color: #E1FAF2;
}
</style>
border-color css
<style>
span { border-color: #E1FAF2; }
span { border-color: rgb(225,250,242); }
td.TdClassName
{
border-color: #E1FAF2;
}
.TagClassName
{
border-color: #E1FAF2;
}
</style>