Shades of Clear Day #E6EFEC
Tints of Clear Day #E6EFEC
RGB
CMYK
RGB Variations
Color information
#E6EFEC (or 0xE6EFEC) is known color: Clear Day. HEX triplet: E6, EF and EC. RGB value is (230,239,236). Sum of RGB (Red+Green+Blue) = 230+239+236=705 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.62% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EFEC is #191013. Grayscale: #EBEBEB. Windows color (decimal): -1642516 or 15527910. OLE color: 15527910.
HSL color Cylindrical-coordinate representation of color #E6EFEC: hue angle of 160º degrees, saturation: 0.22, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6EFEC is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 239 | 236 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.06 |
| HSL | 160º | 0.22% | 0.92% | - |
| HSV(B) | 160º | 0.04% | 0.94% | - |
| XYZ | 78.64 | 84.61 | 91.54 | - |
| YUV | 235.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 239 | 236 | 0.04 | 0 | 0.01 | 0.06 | 160 | 0.22 | 0.92 |
| Hex | E6 | EF | EC | 4 | 0 | 1 | 6 | A0 | 16 | 5C |
| Octal | 346 | 357 | 354 | 4 | 0 | 1 | 6 | 240 | 26 | 134 |
| Binary | 11100110 | 11101111 | 11101100 | 100 | 0 | 1 | 110 | 10100000 | 10110 | 1011100 |
Color Harmonies of #E6EFEC
Complementary color
Monochromatic Colors of #E6EFEC
Black with #E6EFEC
Text Example
Text Example
White with #E6EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EFEC; }
p { color: rgb(230,239,236); }
H1.HeaderClassName
{
color: #E6EFEC;
}
.AnyTagClassName
{
color: #E6EFEC;
}
</style>
background-color css
<style>
a { background-color: #E6EFEC; }
a { background-color: rgb(230,239,236); }
div.DivClassName
{
background-color: #E6EFEC;
}
.BgClassName
{
background-color: #E6EFEC;
}
</style>
border-color css
<style>
span { border-color: #E6EFEC; }
span { border-color: rgb(230,239,236); }
td.TdClassName
{
border-color: #E6EFEC;
}
.TagClassName
{
border-color: #E6EFEC;
}
</style>