Shades of Lily White #E6F2EC
Tints of Lily White #E6F2EC
RGB
CMYK
RGB Variations
Color information
#E6F2EC (or 0xE6F2EC) is known color: Lily White. HEX triplet: E6, F2 and EC. RGB value is (230,242,236). Sum of RGB (Red+Green+Blue) = 230+242+236=708 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.49% from 708); Green value is 242 (94.92% from 255 or 34.18% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F2EC is #190D13. Grayscale: #EDEDED. Windows color (decimal): -1641748 or 15528678. OLE color: 15528678.
HSL color Cylindrical-coordinate representation of color #E6F2EC: hue angle of 150º 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 #E6F2EC is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 230 | 242 | 236 | - |
CMYK | 0.05 | 0 | 0.02 | 0.05 |
HSL | 150º | 0.32% | 0.93% | - |
HSV(B) | 150º | 0.05% | 0.95% | - |
XYZ | 79.53 | 86.38 | 91.84 | - |
YUV | 237.73 | 127.02 | 122.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 242 | 236 | 0.05 | 0 | 0.02 | 0.05 | 150 | 0.32 | 0.93 |
Hex | E6 | F2 | EC | 5 | 0 | 2 | 5 | 96 | 20 | 5D |
Octal | 346 | 362 | 354 | 5 | 0 | 2 | 5 | 226 | 40 | 135 |
Binary | 11100110 | 11110010 | 11101100 | 101 | 0 | 10 | 101 | 10010110 | 100000 | 1011101 |
Color Harmonies of #E6F2EC
Complementary color
Monochromatic Colors of #E6F2EC
Black with #E6F2EC
Text Example
Text Example
White with #E6F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F2EC; }
p { color: rgb(230,242,236); }
H1.HeaderClassName
{
color: #E6F2EC;
}
.AnyTagClassName
{
color: #E6F2EC;
}
</style>
background-color css
<style>
a { background-color: #E6F2EC; }
a { background-color: rgb(230,242,236); }
div.DivClassName
{
background-color: #E6F2EC;
}
.BgClassName
{
background-color: #E6F2EC;
}
</style>
border-color css
<style>
span { border-color: #E6F2EC; }
span { border-color: rgb(230,242,236); }
td.TdClassName
{
border-color: #E6F2EC;
}
.TagClassName
{
border-color: #E6F2EC;
}
</style>