Shades of French Lilac #EDB4DF
Tints of French Lilac #EDB4DF
RGB
CMYK
RGB Variations
Color information
#EDB4DF (or 0xEDB4DF) is known color: French Lilac. HEX triplet: ED, B4 and DF. RGB value is (237,180,223). Sum of RGB (Red+Green+Blue) = 237+180+223=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 180 (70.70% from 255 or 28.12% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB4DF is #124B20. Grayscale: #C9C9C9. Windows color (decimal): -1198881 or 14660845. OLE color: 14660845.
HSL color Cylindrical-coordinate representation of color #EDB4DF: hue angle of 314.74º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB4DF is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 223 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.07 |
| HSL | 314.74º | 0.61% | 0.82% | - |
| HSV(B) | 314.74º | 0.24% | 0.93% | - |
| XYZ | 64.57 | 55.97 | 77.21 | - |
| YUV | 201.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 223 | 0 | 0.24 | 0.06 | 0.07 | 314.74 | 0.61 | 0.82 |
| Hex | ED | B4 | DF | 0 | 18 | 6 | 7 | 13B | 3D | 52 |
| Octal | 355 | 264 | 337 | 0 | 30 | 6 | 7 | 473 | 75 | 122 |
| Binary | 11101101 | 10110100 | 11011111 | 0 | 11000 | 110 | 111 | 100111011 | 111101 | 1010010 |
Color Harmonies of #EDB4DF
Complementary color
Monochromatic Colors of #EDB4DF
Black with #EDB4DF
Text Example
Text Example
White with #EDB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4DF; }
p { color: rgb(237,180,223); }
H1.HeaderClassName
{
color: #EDB4DF;
}
.AnyTagClassName
{
color: #EDB4DF;
}
</style>
background-color css
<style>
a { background-color: #EDB4DF; }
a { background-color: rgb(237,180,223); }
div.DivClassName
{
background-color: #EDB4DF;
}
.BgClassName
{
background-color: #EDB4DF;
}
</style>
border-color css
<style>
span { border-color: #EDB4DF; }
span { border-color: rgb(237,180,223); }
td.TdClassName
{
border-color: #EDB4DF;
}
.TagClassName
{
border-color: #EDB4DF;
}
</style>