Shades of French Lilac #EDB2DF
Tints of French Lilac #EDB2DF
RGB
CMYK
RGB Variations
Color information
#EDB2DF (or 0xEDB2DF) is known color: French Lilac. HEX triplet: ED, B2 and DF. RGB value is (237,178,223). Sum of RGB (Red+Green+Blue) = 237+178+223=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2DF is #124D20. Grayscale: #C8C8C8. Windows color (decimal): -1199393 or 14660333. OLE color: 14660333.
HSL color Cylindrical-coordinate representation of color #EDB2DF: hue angle of 314.24º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB2DF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 223 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.07 |
| HSL | 314.24º | 0.62% | 0.81% | - |
| HSV(B) | 314.24º | 0.25% | 0.93% | - |
| XYZ | 64.16 | 55.17 | 77.08 | - |
| YUV | 200.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 223 | 0 | 0.25 | 0.06 | 0.07 | 314.24 | 0.62 | 0.81 |
| Hex | ED | B2 | DF | 0 | 19 | 6 | 7 | 13A | 3E | 51 |
| Octal | 355 | 262 | 337 | 0 | 31 | 6 | 7 | 472 | 76 | 121 |
| Binary | 11101101 | 10110010 | 11011111 | 0 | 11001 | 110 | 111 | 100111010 | 111110 | 1010001 |
Color Harmonies of #EDB2DF
Complementary color
Monochromatic Colors of #EDB2DF
Black with #EDB2DF
Text Example
Text Example
White with #EDB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2DF; }
p { color: rgb(237,178,223); }
H1.HeaderClassName
{
color: #EDB2DF;
}
.AnyTagClassName
{
color: #EDB2DF;
}
</style>
background-color css
<style>
a { background-color: #EDB2DF; }
a { background-color: rgb(237,178,223); }
div.DivClassName
{
background-color: #EDB2DF;
}
.BgClassName
{
background-color: #EDB2DF;
}
</style>
border-color css
<style>
span { border-color: #EDB2DF; }
span { border-color: rgb(237,178,223); }
td.TdClassName
{
border-color: #EDB2DF;
}
.TagClassName
{
border-color: #EDB2DF;
}
</style>