Shades of Clear Day #E5FAF2
Tints of Clear Day #E5FAF2
RGB
CMYK
RGB Variations
Color information
#E5FAF2 (or 0xE5FAF2) is known color: Clear Day. HEX triplet: E5, FA and F2. RGB value is (229,250,242). Sum of RGB (Red+Green+Blue) = 229+250+242=721 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.76% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 242 (94.92% from 255 or 33.56% from 721); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FAF2 is #1A050D. Grayscale: #F2F2F2. Windows color (decimal): -1705230 or 15923941. OLE color: 15923941.
HSL color Cylindrical-coordinate representation of color #E5FAF2: hue angle of 157.14º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5FAF2 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 250 | 242 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.02 |
| HSL | 157.14º | 0.68% | 0.94% | - |
| HSV(B) | 157.14º | 0.08% | 0.98% | - |
| XYZ | 82.53 | 91.44 | 97.3 | - |
| YUV | 242.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 250 | 242 | 0.08 | 0 | 0.03 | 0.02 | 157.14 | 0.68 | 0.94 |
| Hex | E5 | FA | F2 | 8 | 0 | 3 | 2 | 9D | 44 | 5E |
| Octal | 345 | 372 | 362 | 10 | 0 | 3 | 2 | 235 | 104 | 136 |
| Binary | 11100101 | 11111010 | 11110010 | 1000 | 0 | 11 | 10 | 10011101 | 1000100 | 1011110 |
Color Harmonies of #E5FAF2
Complementary color
Monochromatic Colors of #E5FAF2
Black with #E5FAF2
Text Example
Text Example
White with #E5FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FAF2; }
p { color: rgb(229,250,242); }
H1.HeaderClassName
{
color: #E5FAF2;
}
.AnyTagClassName
{
color: #E5FAF2;
}
</style>
background-color css
<style>
a { background-color: #E5FAF2; }
a { background-color: rgb(229,250,242); }
div.DivClassName
{
background-color: #E5FAF2;
}
.BgClassName
{
background-color: #E5FAF2;
}
</style>
border-color css
<style>
span { border-color: #E5FAF2; }
span { border-color: rgb(229,250,242); }
td.TdClassName
{
border-color: #E5FAF2;
}
.TagClassName
{
border-color: #E5FAF2;
}
</style>