Shades of French Lilac #EDB6DE
Tints of French Lilac #EDB6DE
RGB
CMYK
RGB Variations
Color information
#EDB6DE (or 0xEDB6DE) is known color: French Lilac. HEX triplet: ED, B6 and DE. RGB value is (237,182,222). Sum of RGB (Red+Green+Blue) = 237+182+222=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB6DE is #124921. Grayscale: #CACACA. Windows color (decimal): -1198370 or 14595821. OLE color: 14595821.
HSL color Cylindrical-coordinate representation of color #EDB6DE: hue angle of 316.36º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB6DE is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 222 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.07 |
| HSL | 316.36º | 0.6% | 0.82% | - |
| HSV(B) | 316.36º | 0.23% | 0.93% | - |
| XYZ | 64.84 | 56.73 | 76.64 | - |
| YUV | 203.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 222 | 0 | 0.23 | 0.06 | 0.07 | 316.36 | 0.6 | 0.82 |
| Hex | ED | B6 | DE | 0 | 17 | 6 | 7 | 13C | 3C | 52 |
| Octal | 355 | 266 | 336 | 0 | 27 | 6 | 7 | 474 | 74 | 122 |
| Binary | 11101101 | 10110110 | 11011110 | 0 | 10111 | 110 | 111 | 100111100 | 111100 | 1010010 |
Color Harmonies of #EDB6DE
Complementary color
Monochromatic Colors of #EDB6DE
Black with #EDB6DE
Text Example
Text Example
White with #EDB6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB6DE; }
p { color: rgb(237,182,222); }
H1.HeaderClassName
{
color: #EDB6DE;
}
.AnyTagClassName
{
color: #EDB6DE;
}
</style>
background-color css
<style>
a { background-color: #EDB6DE; }
a { background-color: rgb(237,182,222); }
div.DivClassName
{
background-color: #EDB6DE;
}
.BgClassName
{
background-color: #EDB6DE;
}
</style>
border-color css
<style>
span { border-color: #EDB6DE; }
span { border-color: rgb(237,182,222); }
td.TdClassName
{
border-color: #EDB6DE;
}
.TagClassName
{
border-color: #EDB6DE;
}
</style>