Shades of Lily White #EAEDEB
Tints of Lily White #EAEDEB
RGB
CMYK
RGB Variations
Color information
#EAEDEB (or 0xEAEDEB) is known color: Lily White. HEX triplet: EA, ED and EB. RGB value is (234,237,235). Sum of RGB (Red+Green+Blue) = 234+237+235=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 235 (92.19% from 255 or 33.29% from 706); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEDEB is #151214. Grayscale: #EBEBEB. Windows color (decimal): -1380885 or 15461866. OLE color: 15461866.
HSL color Cylindrical-coordinate representation of color #EAEDEB: hue angle of 140º degrees, saturation: 0.08, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EAEDEB is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 235 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.07 |
| HSL | 140º | 0.08% | 0.92% | - |
| HSV(B) | 140º | 0.01% | 0.93% | - |
| XYZ | 79.21 | 84.06 | 90.65 | - |
| YUV | 235.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 235 | 0.01 | 0 | 0.01 | 0.07 | 140 | 0.08 | 0.92 |
| Hex | EA | ED | EB | 1 | 0 | 1 | 7 | 8C | 8 | 5C |
| Octal | 352 | 355 | 353 | 1 | 0 | 1 | 7 | 214 | 10 | 134 |
| Binary | 11101010 | 11101101 | 11101011 | 1 | 0 | 1 | 111 | 10001100 | 1000 | 1011100 |
Color Harmonies of #EAEDEB
Complementary color
Monochromatic Colors of #EAEDEB
Black with #EAEDEB
Text Example
Text Example
White with #EAEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDEB; }
p { color: rgb(234,237,235); }
H1.HeaderClassName
{
color: #EAEDEB;
}
.AnyTagClassName
{
color: #EAEDEB;
}
</style>
background-color css
<style>
a { background-color: #EAEDEB; }
a { background-color: rgb(234,237,235); }
div.DivClassName
{
background-color: #EAEDEB;
}
.BgClassName
{
background-color: #EAEDEB;
}
</style>
border-color css
<style>
span { border-color: #EAEDEB; }
span { border-color: rgb(234,237,235); }
td.TdClassName
{
border-color: #EAEDEB;
}
.TagClassName
{
border-color: #EAEDEB;
}
</style>