Shades of White Lilac #EDEBEE
Tints of White Lilac #EDEBEE
RGB
CMYK
RGB Variations
Color information
#EDEBEE (or 0xEDEBEE) is known color: White Lilac. HEX triplet: ED, EB and EE. RGB value is (237,235,238). Sum of RGB (Red+Green+Blue) = 237+235+238=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDEBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBEE is #121411. Grayscale: #EBEBEB. Windows color (decimal): -1184786 or 15657965. OLE color: 15657965.
HSL color Cylindrical-coordinate representation of color #EDEBEE: hue angle of 280º degrees, saturation: 0.08, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EDEBEE is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 235 | 238 | - |
CMYK | 0.00 | 0.01 | 0 | 0.07 |
HSL | 280º | 0.08% | 0.93% | - |
HSV(B) | 280º | 0.01% | 0.93% | - |
XYZ | 80.07 | 83.59 | 92.8 | - |
YUV | 235.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 235 | 238 | 0.00 | 0.01 | 0 | 0.07 | 280 | 0.08 | 0.93 |
Hex | ED | EB | EE | 0 | 1 | 0 | 7 | 118 | 8 | 5D |
Octal | 355 | 353 | 356 | 0 | 1 | 0 | 7 | 430 | 10 | 135 |
Binary | 11101101 | 11101011 | 11101110 | 0 | 1 | 0 | 111 | 100011000 | 1000 | 1011101 |
Color Harmonies of #EDEBEE
Complementary color
Monochromatic Colors of #EDEBEE
Black with #EDEBEE
Text Example
Text Example
White with #EDEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBEE; }
p { color: rgb(237,235,238); }
H1.HeaderClassName
{
color: #EDEBEE;
}
.AnyTagClassName
{
color: #EDEBEE;
}
</style>
background-color css
<style>
a { background-color: #EDEBEE; }
a { background-color: rgb(237,235,238); }
div.DivClassName
{
background-color: #EDEBEE;
}
.BgClassName
{
background-color: #EDEBEE;
}
</style>
border-color css
<style>
span { border-color: #EDEBEE; }
span { border-color: rgb(237,235,238); }
td.TdClassName
{
border-color: #EDEBEE;
}
.TagClassName
{
border-color: #EDEBEE;
}
</style>