Shades of Lily White #ECF0EE
Tints of Lily White #ECF0EE
RGB
CMYK
RGB Variations
Color information
#ECF0EE (or 0xECF0EE) is known color: Lily White. HEX triplet: EC, F0 and EE. RGB value is (236,240,238). Sum of RGB (Red+Green+Blue) = 236+240+238=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0EE is #130F11. Grayscale: #EEEEEE. Windows color (decimal): -1249042 or 15659244. OLE color: 15659244.
HSL color Cylindrical-coordinate representation of color #ECF0EE: hue angle of 150º degrees, saturation: 0.12, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECF0EE is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 240 | 238 | - |
CMYK | 0.02 | 0 | 0.01 | 0.06 |
HSL | 150º | 0.12% | 0.93% | - |
HSV(B) | 150º | 0.02% | 0.94% | - |
XYZ | 81.18 | 86.33 | 93.27 | - |
YUV | 238.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 240 | 238 | 0.02 | 0 | 0.01 | 0.06 | 150 | 0.12 | 0.93 |
Hex | EC | F0 | EE | 2 | 0 | 1 | 6 | 96 | C | 5D |
Octal | 354 | 360 | 356 | 2 | 0 | 1 | 6 | 226 | 14 | 135 |
Binary | 11101100 | 11110000 | 11101110 | 10 | 0 | 1 | 110 | 10010110 | 1100 | 1011101 |
Color Harmonies of #ECF0EE
Complementary color
Monochromatic Colors of #ECF0EE
Black with #ECF0EE
Text Example
Text Example
White with #ECF0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0EE; }
p { color: rgb(236,240,238); }
H1.HeaderClassName
{
color: #ECF0EE;
}
.AnyTagClassName
{
color: #ECF0EE;
}
</style>
background-color css
<style>
a { background-color: #ECF0EE; }
a { background-color: rgb(236,240,238); }
div.DivClassName
{
background-color: #ECF0EE;
}
.BgClassName
{
background-color: #ECF0EE;
}
</style>
border-color css
<style>
span { border-color: #ECF0EE; }
span { border-color: rgb(236,240,238); }
td.TdClassName
{
border-color: #ECF0EE;
}
.TagClassName
{
border-color: #ECF0EE;
}
</style>