Shades of Lily White #ECF1EE
Tints of Lily White #ECF1EE
RGB
CMYK
RGB Variations
Color information
#ECF1EE (or 0xECF1EE) is known color: Lily White. HEX triplet: EC, F1 and EE. RGB value is (236,241,238). Sum of RGB (Red+Green+Blue) = 236+241+238=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF1EE is #130E11. Grayscale: #EFEFEF. Windows color (decimal): -1248786 or 15659500. OLE color: 15659500.
HSL color Cylindrical-coordinate representation of color #ECF1EE: hue angle of 144º degrees, saturation: 0.15, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECF1EE is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 241 | 238 | - |
CMYK | 0.02 | 0 | 0.01 | 0.05 |
HSL | 144º | 0.15% | 0.94% | - |
HSV(B) | 144º | 0.02% | 0.95% | - |
XYZ | 81.48 | 86.92 | 93.37 | - |
YUV | 239.16 | 127.34 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 241 | 238 | 0.02 | 0 | 0.01 | 0.05 | 144 | 0.15 | 0.94 |
Hex | EC | F1 | EE | 2 | 0 | 1 | 5 | 90 | F | 5E |
Octal | 354 | 361 | 356 | 2 | 0 | 1 | 5 | 220 | 17 | 136 |
Binary | 11101100 | 11110001 | 11101110 | 10 | 0 | 1 | 101 | 10010000 | 1111 | 1011110 |
Color Harmonies of #ECF1EE
Complementary color
Monochromatic Colors of #ECF1EE
Black with #ECF1EE
Text Example
Text Example
White with #ECF1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1EE; }
p { color: rgb(236,241,238); }
H1.HeaderClassName
{
color: #ECF1EE;
}
.AnyTagClassName
{
color: #ECF1EE;
}
</style>
background-color css
<style>
a { background-color: #ECF1EE; }
a { background-color: rgb(236,241,238); }
div.DivClassName
{
background-color: #ECF1EE;
}
.BgClassName
{
background-color: #ECF1EE;
}
</style>
border-color css
<style>
span { border-color: #ECF1EE; }
span { border-color: rgb(236,241,238); }
td.TdClassName
{
border-color: #ECF1EE;
}
.TagClassName
{
border-color: #ECF1EE;
}
</style>