Shades of Clear Day #E1FAF3
Tints of Clear Day #E1FAF3
RGB
CMYK
RGB Variations
Color information
#E1FAF3 (or 0xE1FAF3) is known color: Clear Day. HEX triplet: E1, FA and F3. RGB value is (225,250,243). Sum of RGB (Red+Green+Blue) = 225+250+243=718 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.34% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 243 (95.31% from 255 or 33.84% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAF3 is #1E050C. Grayscale: #F1F1F1. Windows color (decimal): -1967373 or 15989473. OLE color: 15989473.
HSL color Cylindrical-coordinate representation of color #E1FAF3: hue angle of 163.2º 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 #E1FAF3 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 243 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.02 |
| HSL | 163.2º | 0.71% | 0.93% | - |
| HSV(B) | 163.2º | 0.1% | 0.98% | - |
| XYZ | 81.41 | 90.85 | 98.04 | - |
| YUV | 241.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 243 | 0.10 | 0 | 0.03 | 0.02 | 163.2 | 0.71 | 0.93 |
| Hex | E1 | FA | F3 | A | 0 | 3 | 2 | A3 | 47 | 5D |
| Octal | 341 | 372 | 363 | 12 | 0 | 3 | 2 | 243 | 107 | 135 |
| Binary | 11100001 | 11111010 | 11110011 | 1010 | 0 | 11 | 10 | 10100011 | 1000111 | 1011101 |
Color Harmonies of #E1FAF3
Complementary color
Monochromatic Colors of #E1FAF3
Black with #E1FAF3
Text Example
Text Example
White with #E1FAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAF3; }
p { color: rgb(225,250,243); }
H1.HeaderClassName
{
color: #E1FAF3;
}
.AnyTagClassName
{
color: #E1FAF3;
}
</style>
background-color css
<style>
a { background-color: #E1FAF3; }
a { background-color: rgb(225,250,243); }
div.DivClassName
{
background-color: #E1FAF3;
}
.BgClassName
{
background-color: #E1FAF3;
}
</style>
border-color css
<style>
span { border-color: #E1FAF3; }
span { border-color: rgb(225,250,243); }
td.TdClassName
{
border-color: #E1FAF3;
}
.TagClassName
{
border-color: #E1FAF3;
}
</style>