Shades of Clear Day #E1F1ED
Tints of Clear Day #E1F1ED
RGB
CMYK
RGB Variations
Color information
#E1F1ED (or 0xE1F1ED) is known color: Clear Day. HEX triplet: E1, F1 and ED. RGB value is (225,241,237). Sum of RGB (Red+Green+Blue) = 225+241+237=703 (93% of max value = 765). Red value is 225 (88.28% from 255 or 32.01% from 703); Green value is 241 (94.53% from 255 or 34.28% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F1ED is #1E0E12. Grayscale: #EBEBEB. Windows color (decimal): -1969683 or 15593953. OLE color: 15593953.
HSL color Cylindrical-coordinate representation of color #E1F1ED: hue angle of 165º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1F1ED is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 237 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.05 |
| HSL | 165º | 0.36% | 0.91% | - |
| HSV(B) | 165º | 0.07% | 0.95% | - |
| XYZ | 77.79 | 85.03 | 92.43 | - |
| YUV | 235.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 237 | 0.07 | 0 | 0.02 | 0.05 | 165 | 0.36 | 0.91 |
| Hex | E1 | F1 | ED | 7 | 0 | 2 | 5 | A5 | 24 | 5B |
| Octal | 341 | 361 | 355 | 7 | 0 | 2 | 5 | 245 | 44 | 133 |
| Binary | 11100001 | 11110001 | 11101101 | 111 | 0 | 10 | 101 | 10100101 | 100100 | 1011011 |
Color Harmonies of #E1F1ED
Complementary color
Monochromatic Colors of #E1F1ED
Black with #E1F1ED
Text Example
Text Example
White with #E1F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F1ED; }
p { color: rgb(225,241,237); }
H1.HeaderClassName
{
color: #E1F1ED;
}
.AnyTagClassName
{
color: #E1F1ED;
}
</style>
background-color css
<style>
a { background-color: #E1F1ED; }
a { background-color: rgb(225,241,237); }
div.DivClassName
{
background-color: #E1F1ED;
}
.BgClassName
{
background-color: #E1F1ED;
}
</style>
border-color css
<style>
span { border-color: #E1F1ED; }
span { border-color: rgb(225,241,237); }
td.TdClassName
{
border-color: #E1F1ED;
}
.TagClassName
{
border-color: #E1F1ED;
}
</style>