Shades of Lily White #E6EFEA
Tints of Lily White #E6EFEA
RGB
CMYK
RGB Variations
Color information
#E6EFEA (or 0xE6EFEA) is known color: Lily White. HEX triplet: E6, EF and EA. RGB value is (230,239,234). Sum of RGB (Red+Green+Blue) = 230+239+234=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EFEA is #191015. Grayscale: #EBEBEB. Windows color (decimal): -1642518 or 15396838. OLE color: 15396838.
HSL color Cylindrical-coordinate representation of color #E6EFEA: hue angle of 146.67º 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 #E6EFEA is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 230 | 239 | 234 | - |
CMYK | 0.04 | 0 | 0.02 | 0.06 |
HSL | 146.67º | 0.22% | 0.92% | - |
HSV(B) | 146.67º | 0.04% | 0.94% | - |
XYZ | 78.35 | 84.5 | 90.02 | - |
YUV | 235.74 | 127.02 | 123.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 239 | 234 | 0.04 | 0 | 0.02 | 0.06 | 146.67 | 0.22 | 0.92 |
Hex | E6 | EF | EA | 4 | 0 | 2 | 6 | 93 | 16 | 5C |
Octal | 346 | 357 | 352 | 4 | 0 | 2 | 6 | 223 | 26 | 134 |
Binary | 11100110 | 11101111 | 11101010 | 100 | 0 | 10 | 110 | 10010011 | 10110 | 1011100 |
Color Harmonies of #E6EFEA
Complementary color
Monochromatic Colors of #E6EFEA
Black with #E6EFEA
Text Example
Text Example
White with #E6EFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EFEA; }
p { color: rgb(230,239,234); }
H1.HeaderClassName
{
color: #E6EFEA;
}
.AnyTagClassName
{
color: #E6EFEA;
}
</style>
background-color css
<style>
a { background-color: #E6EFEA; }
a { background-color: rgb(230,239,234); }
div.DivClassName
{
background-color: #E6EFEA;
}
.BgClassName
{
background-color: #E6EFEA;
}
</style>
border-color css
<style>
span { border-color: #E6EFEA; }
span { border-color: rgb(230,239,234); }
td.TdClassName
{
border-color: #E6EFEA;
}
.TagClassName
{
border-color: #E6EFEA;
}
</style>