Shades of Lily White #E6FAF0
Tints of Lily White #E6FAF0
RGB
CMYK
RGB Variations
Color information
#E6FAF0 (or 0xE6FAF0) is known color: Lily White. HEX triplet: E6, FA and F0. RGB value is (230,250,240). Sum of RGB (Red+Green+Blue) = 230+250+240=720 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.94% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 240 (94.14% from 255 or 33.33% from 720); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FAF0 is #19050F. Grayscale: #F2F2F2. Windows color (decimal): -1639696 or 15792870. OLE color: 15792870.
HSL color Cylindrical-coordinate representation of color #E6FAF0: hue angle of 150º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6FAF0 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 230 | 250 | 240 | - |
CMYK | 0.08 | 0 | 0.04 | 0.02 |
HSL | 150º | 0.67% | 0.94% | - |
HSV(B) | 150º | 0.08% | 0.98% | - |
XYZ | 82.55 | 91.49 | 95.75 | - |
YUV | 242.88 | 126.37 | 118.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 250 | 240 | 0.08 | 0 | 0.04 | 0.02 | 150 | 0.67 | 0.94 |
Hex | E6 | FA | F0 | 8 | 0 | 4 | 2 | 96 | 43 | 5E |
Octal | 346 | 372 | 360 | 10 | 0 | 4 | 2 | 226 | 103 | 136 |
Binary | 11100110 | 11111010 | 11110000 | 1000 | 0 | 100 | 10 | 10010110 | 1000011 | 1011110 |
Color Harmonies of #E6FAF0
Complementary color
Monochromatic Colors of #E6FAF0
Black with #E6FAF0
Text Example
Text Example
White with #E6FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FAF0; }
p { color: rgb(230,250,240); }
H1.HeaderClassName
{
color: #E6FAF0;
}
.AnyTagClassName
{
color: #E6FAF0;
}
</style>
background-color css
<style>
a { background-color: #E6FAF0; }
a { background-color: rgb(230,250,240); }
div.DivClassName
{
background-color: #E6FAF0;
}
.BgClassName
{
background-color: #E6FAF0;
}
</style>
border-color css
<style>
span { border-color: #E6FAF0; }
span { border-color: rgb(230,250,240); }
td.TdClassName
{
border-color: #E6FAF0;
}
.TagClassName
{
border-color: #E6FAF0;
}
</style>