Shades of Lily White #E6F2EB
Tints of Lily White #E6F2EB
RGB
CMYK
RGB Variations
Color information
#E6F2EB (or 0xE6F2EB) is known color: Lily White. HEX triplet: E6, F2 and EB. RGB value is (230,242,235). Sum of RGB (Red+Green+Blue) = 230+242+235=707 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.53% from 707); Green value is 242 (94.92% from 255 or 34.23% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F2EB is #190D14. Grayscale: #EDEDED. Windows color (decimal): -1641749 or 15463142. OLE color: 15463142.
HSL color Cylindrical-coordinate representation of color #E6F2EB: hue angle of 145º 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 #E6F2EB is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 235 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.05 |
| HSL | 145º | 0.32% | 0.93% | - |
| HSV(B) | 145º | 0.05% | 0.95% | - |
| XYZ | 79.38 | 86.33 | 91.08 | - |
| YUV | 237.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 235 | 0.05 | 0 | 0.03 | 0.05 | 145 | 0.32 | 0.93 |
| Hex | E6 | F2 | EB | 5 | 0 | 3 | 5 | 91 | 20 | 5D |
| Octal | 346 | 362 | 353 | 5 | 0 | 3 | 5 | 221 | 40 | 135 |
| Binary | 11100110 | 11110010 | 11101011 | 101 | 0 | 11 | 101 | 10010001 | 100000 | 1011101 |
Color Harmonies of #E6F2EB
Complementary color
Monochromatic Colors of #E6F2EB
Black with #E6F2EB
Text Example
Text Example
White with #E6F2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F2EB; }
p { color: rgb(230,242,235); }
H1.HeaderClassName
{
color: #E6F2EB;
}
.AnyTagClassName
{
color: #E6F2EB;
}
</style>
background-color css
<style>
a { background-color: #E6F2EB; }
a { background-color: rgb(230,242,235); }
div.DivClassName
{
background-color: #E6F2EB;
}
.BgClassName
{
background-color: #E6F2EB;
}
</style>
border-color css
<style>
span { border-color: #E6F2EB; }
span { border-color: rgb(230,242,235); }
td.TdClassName
{
border-color: #E6F2EB;
}
.TagClassName
{
border-color: #E6F2EB;
}
</style>