Shades of French Lilac #EDB4DB
Tints of French Lilac #EDB4DB
RGB
CMYK
RGB Variations
Color information
#EDB4DB (or 0xEDB4DB) is known color: French Lilac. HEX triplet: ED, B4 and DB. RGB value is (237,180,219). Sum of RGB (Red+Green+Blue) = 237+180+219=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 180 (70.70% from 255 or 28.30% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB4DB is #124B24. Grayscale: #C9C9C9. Windows color (decimal): -1198885 or 14398701. OLE color: 14398701.
HSL color Cylindrical-coordinate representation of color #EDB4DB: hue angle of 318.95º 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 #EDB4DB is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 180 | 219 | - |
CMYK | 0 | 0.24 | 0.08 | 0.07 |
HSL | 318.95º | 0.61% | 0.82% | - |
HSV(B) | 318.95º | 0.24% | 0.93% | - |
XYZ | 64.03 | 55.76 | 74.41 | - |
YUV | 201.49 | 137.88 | 153.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 180 | 219 | 0 | 0.24 | 0.08 | 0.07 | 318.95 | 0.61 | 0.82 |
Hex | ED | B4 | DB | 0 | 18 | 8 | 7 | 13F | 3D | 52 |
Octal | 355 | 264 | 333 | 0 | 30 | 10 | 7 | 477 | 75 | 122 |
Binary | 11101101 | 10110100 | 11011011 | 0 | 11000 | 1000 | 111 | 100111111 | 111101 | 1010010 |
Color Harmonies of #EDB4DB
Complementary color
Monochromatic Colors of #EDB4DB
Black with #EDB4DB
Text Example
Text Example
White with #EDB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4DB; }
p { color: rgb(237,180,219); }
H1.HeaderClassName
{
color: #EDB4DB;
}
.AnyTagClassName
{
color: #EDB4DB;
}
</style>
background-color css
<style>
a { background-color: #EDB4DB; }
a { background-color: rgb(237,180,219); }
div.DivClassName
{
background-color: #EDB4DB;
}
.BgClassName
{
background-color: #EDB4DB;
}
</style>
border-color css
<style>
span { border-color: #EDB4DB; }
span { border-color: rgb(237,180,219); }
td.TdClassName
{
border-color: #EDB4DB;
}
.TagClassName
{
border-color: #EDB4DB;
}
</style>