Shades of Clear Day #E1FDF0
Tints of Clear Day #E1FDF0
RGB
CMYK
RGB Variations
Color information
#E1FDF0 (or 0xE1FDF0) is known color: Clear Day. HEX triplet: E1, FD and F0. RGB value is (225,253,240). Sum of RGB (Red+Green+Blue) = 225+253+240=718 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.34% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 240 (94.14% from 255 or 33.43% from 718); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FDF0 is #1E020F. Grayscale: #F3F3F3. Windows color (decimal): -1966608 or 15793633. OLE color: 15793633.
HSL color Cylindrical-coordinate representation of color #E1FDF0: hue angle of 152.14º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1FDF0 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 240 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.01 |
| HSL | 152.14º | 0.88% | 0.94% | - |
| HSV(B) | 152.14º | 0.11% | 0.99% | - |
| XYZ | 81.9 | 92.55 | 95.99 | - |
| YUV | 243.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 240 | 0.11 | 0 | 0.05 | 0.01 | 152.14 | 0.88 | 0.94 |
| Hex | E1 | FD | F0 | B | 0 | 5 | 1 | 98 | 58 | 5E |
| Octal | 341 | 375 | 360 | 13 | 0 | 5 | 1 | 230 | 130 | 136 |
| Binary | 11100001 | 11111101 | 11110000 | 1011 | 0 | 101 | 1 | 10011000 | 1011000 | 1011110 |
Color Harmonies of #E1FDF0
Complementary color
Monochromatic Colors of #E1FDF0
Black with #E1FDF0
Text Example
Text Example
White with #E1FDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FDF0; }
p { color: rgb(225,253,240); }
H1.HeaderClassName
{
color: #E1FDF0;
}
.AnyTagClassName
{
color: #E1FDF0;
}
</style>
background-color css
<style>
a { background-color: #E1FDF0; }
a { background-color: rgb(225,253,240); }
div.DivClassName
{
background-color: #E1FDF0;
}
.BgClassName
{
background-color: #E1FDF0;
}
</style>
border-color css
<style>
span { border-color: #E1FDF0; }
span { border-color: rgb(225,253,240); }
td.TdClassName
{
border-color: #E1FDF0;
}
.TagClassName
{
border-color: #E1FDF0;
}
</style>