Shades of Clear Day #E6F2ED
Tints of Clear Day #E6F2ED
RGB
CMYK
RGB Variations
Color information
#E6F2ED (or 0xE6F2ED) is known color: Clear Day. HEX triplet: E6, F2 and ED. RGB value is (230,242,237). Sum of RGB (Red+Green+Blue) = 230+242+237=709 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.44% from 709); Green value is 242 (94.92% from 255 or 34.13% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F2ED is #190D12. Grayscale: #EDEDED. Windows color (decimal): -1641747 or 15594214. OLE color: 15594214.
HSL color Cylindrical-coordinate representation of color #E6F2ED: hue angle of 155º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6F2ED is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 237 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.05 |
| HSL | 155º | 0.32% | 0.93% | - |
| HSV(B) | 155º | 0.05% | 0.95% | - |
| XYZ | 79.67 | 86.44 | 92.61 | - |
| YUV | 237.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 237 | 0.05 | 0 | 0.02 | 0.05 | 155 | 0.32 | 0.93 |
| Hex | E6 | F2 | ED | 5 | 0 | 2 | 5 | 9B | 20 | 5D |
| Octal | 346 | 362 | 355 | 5 | 0 | 2 | 5 | 233 | 40 | 135 |
| Binary | 11100110 | 11110010 | 11101101 | 101 | 0 | 10 | 101 | 10011011 | 100000 | 1011101 |
Color Harmonies of #E6F2ED
Complementary color
Monochromatic Colors of #E6F2ED
Black with #E6F2ED
Text Example
Text Example
White with #E6F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F2ED; }
p { color: rgb(230,242,237); }
H1.HeaderClassName
{
color: #E6F2ED;
}
.AnyTagClassName
{
color: #E6F2ED;
}
</style>
background-color css
<style>
a { background-color: #E6F2ED; }
a { background-color: rgb(230,242,237); }
div.DivClassName
{
background-color: #E6F2ED;
}
.BgClassName
{
background-color: #E6F2ED;
}
</style>
border-color css
<style>
span { border-color: #E6F2ED; }
span { border-color: rgb(230,242,237); }
td.TdClassName
{
border-color: #E6F2ED;
}
.TagClassName
{
border-color: #E6F2ED;
}
</style>