Shades of French Lilac #EDB4DA
Tints of French Lilac #EDB4DA
RGB
CMYK
RGB Variations
Color information
#EDB4DA (or 0xEDB4DA) is known color: French Lilac. HEX triplet: ED, B4 and DA. RGB value is (237,180,218). Sum of RGB (Red+Green+Blue) = 237+180+218=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB4DA is #124B25. Grayscale: #C9C9C9. Windows color (decimal): -1198886 or 14333165. OLE color: 14333165.
HSL color Cylindrical-coordinate representation of color #EDB4DA: hue angle of 320º 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 #EDB4DA is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 218 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.07 |
| HSL | 320º | 0.61% | 0.82% | - |
| HSV(B) | 320º | 0.24% | 0.93% | - |
| XYZ | 63.9 | 55.71 | 73.71 | - |
| YUV | 201.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 218 | 0 | 0.24 | 0.08 | 0.07 | 320 | 0.61 | 0.82 |
| Hex | ED | B4 | DA | 0 | 18 | 8 | 7 | 140 | 3D | 52 |
| Octal | 355 | 264 | 332 | 0 | 30 | 10 | 7 | 500 | 75 | 122 |
| Binary | 11101101 | 10110100 | 11011010 | 0 | 11000 | 1000 | 111 | 101000000 | 111101 | 1010010 |
Color Harmonies of #EDB4DA
Complementary color
Monochromatic Colors of #EDB4DA
Black with #EDB4DA
Text Example
Text Example
White with #EDB4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4DA; }
p { color: rgb(237,180,218); }
H1.HeaderClassName
{
color: #EDB4DA;
}
.AnyTagClassName
{
color: #EDB4DA;
}
</style>
background-color css
<style>
a { background-color: #EDB4DA; }
a { background-color: rgb(237,180,218); }
div.DivClassName
{
background-color: #EDB4DA;
}
.BgClassName
{
background-color: #EDB4DA;
}
</style>
border-color css
<style>
span { border-color: #EDB4DA; }
span { border-color: rgb(237,180,218); }
td.TdClassName
{
border-color: #EDB4DA;
}
.TagClassName
{
border-color: #EDB4DA;
}
</style>