Shades of Clear Day #E5FAF3
Tints of Clear Day #E5FAF3
RGB
CMYK
RGB Variations
Color information
#E5FAF3 (or 0xE5FAF3) is known color: Clear Day. HEX triplet: E5, FA and F3. RGB value is (229,250,243). Sum of RGB (Red+Green+Blue) = 229+250+243=722 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.72% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 243 (95.31% from 255 or 33.66% from 722); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FAF3 is #1A050C. Grayscale: #F2F2F2. Windows color (decimal): -1705229 or 15989477. OLE color: 15989477.
HSL color Cylindrical-coordinate representation of color #E5FAF3: hue angle of 160º 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 #E5FAF3 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 250 | 243 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.02 |
| HSL | 160º | 0.68% | 0.94% | - |
| HSV(B) | 160º | 0.08% | 0.98% | - |
| XYZ | 82.68 | 91.5 | 98.1 | - |
| YUV | 242.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 250 | 243 | 0.08 | 0 | 0.03 | 0.02 | 160 | 0.68 | 0.94 |
| Hex | E5 | FA | F3 | 8 | 0 | 3 | 2 | A0 | 44 | 5E |
| Octal | 345 | 372 | 363 | 10 | 0 | 3 | 2 | 240 | 104 | 136 |
| Binary | 11100101 | 11111010 | 11110011 | 1000 | 0 | 11 | 10 | 10100000 | 1000100 | 1011110 |
Color Harmonies of #E5FAF3
Complementary color
Monochromatic Colors of #E5FAF3
Black with #E5FAF3
Text Example
Text Example
White with #E5FAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FAF3; }
p { color: rgb(229,250,243); }
H1.HeaderClassName
{
color: #E5FAF3;
}
.AnyTagClassName
{
color: #E5FAF3;
}
</style>
background-color css
<style>
a { background-color: #E5FAF3; }
a { background-color: rgb(229,250,243); }
div.DivClassName
{
background-color: #E5FAF3;
}
.BgClassName
{
background-color: #E5FAF3;
}
</style>
border-color css
<style>
span { border-color: #E5FAF3; }
span { border-color: rgb(229,250,243); }
td.TdClassName
{
border-color: #E5FAF3;
}
.TagClassName
{
border-color: #E5FAF3;
}
</style>