Shades of White Lilac #EDECEE
Tints of White Lilac #EDECEE
RGB
CMYK
RGB Variations
Color information
#EDECEE (or 0xEDECEE) is known color: White Lilac. HEX triplet: ED, EC and EE. RGB value is (237,236,238). Sum of RGB (Red+Green+Blue) = 237+236+238=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDECEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECEE is #121311. Grayscale: #ECECEC. Windows color (decimal): -1184530 or 15658221. OLE color: 15658221.
HSL color Cylindrical-coordinate representation of color #EDECEE: hue angle of 270º degrees, saturation: 0.06, 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 #EDECEE is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 236 | 238 | - |
CMYK | 0.00 | 0.01 | 0 | 0.07 |
HSL | 270º | 0.06% | 0.93% | - |
HSV(B) | 270º | 0.01% | 0.93% | - |
XYZ | 80.35 | 84.17 | 92.9 | - |
YUV | 236.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 238 | 0.00 | 0.01 | 0 | 0.07 | 270 | 0.06 | 0.93 |
Hex | ED | EC | EE | 0 | 1 | 0 | 7 | 10E | 6 | 5D |
Octal | 355 | 354 | 356 | 0 | 1 | 0 | 7 | 416 | 6 | 135 |
Binary | 11101101 | 11101100 | 11101110 | 0 | 1 | 0 | 111 | 100001110 | 110 | 1011101 |
Color Harmonies of #EDECEE
Complementary color
Monochromatic Colors of #EDECEE
Black with #EDECEE
Text Example
Text Example
White with #EDECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECEE; }
p { color: rgb(237,236,238); }
H1.HeaderClassName
{
color: #EDECEE;
}
.AnyTagClassName
{
color: #EDECEE;
}
</style>
background-color css
<style>
a { background-color: #EDECEE; }
a { background-color: rgb(237,236,238); }
div.DivClassName
{
background-color: #EDECEE;
}
.BgClassName
{
background-color: #EDECEE;
}
</style>
border-color css
<style>
span { border-color: #EDECEE; }
span { border-color: rgb(237,236,238); }
td.TdClassName
{
border-color: #EDECEE;
}
.TagClassName
{
border-color: #EDECEE;
}
</style>