Shades of French Lilac #EDB2E4
Tints of French Lilac #EDB2E4
RGB
CMYK
RGB Variations
Color information
#EDB2E4 (or 0xEDB2E4) is known color: French Lilac. HEX triplet: ED, B2 and E4. RGB value is (237,178,228). Sum of RGB (Red+Green+Blue) = 237+178+228=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2E4 is #124D1B. Grayscale: #C9C9C9. Windows color (decimal): -1199388 or 14988013. OLE color: 14988013.
HSL color Cylindrical-coordinate representation of color #EDB2E4: hue angle of 309.15º 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 #EDB2E4 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 228 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.07 |
| HSL | 309.15º | 0.62% | 0.81% | - |
| HSV(B) | 309.15º | 0.25% | 0.93% | - |
| XYZ | 64.85 | 55.45 | 80.68 | - |
| YUV | 201.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 228 | 0 | 0.25 | 0.04 | 0.07 | 309.15 | 0.62 | 0.81 |
| Hex | ED | B2 | E4 | 0 | 19 | 4 | 7 | 135 | 3E | 51 |
| Octal | 355 | 262 | 344 | 0 | 31 | 4 | 7 | 465 | 76 | 121 |
| Binary | 11101101 | 10110010 | 11100100 | 0 | 11001 | 100 | 111 | 100110101 | 111110 | 1010001 |
Color Harmonies of #EDB2E4
Complementary color
Monochromatic Colors of #EDB2E4
Black with #EDB2E4
Text Example
Text Example
White with #EDB2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2E4; }
p { color: rgb(237,178,228); }
H1.HeaderClassName
{
color: #EDB2E4;
}
.AnyTagClassName
{
color: #EDB2E4;
}
</style>
background-color css
<style>
a { background-color: #EDB2E4; }
a { background-color: rgb(237,178,228); }
div.DivClassName
{
background-color: #EDB2E4;
}
.BgClassName
{
background-color: #EDB2E4;
}
</style>
border-color css
<style>
span { border-color: #EDB2E4; }
span { border-color: rgb(237,178,228); }
td.TdClassName
{
border-color: #EDB2E4;
}
.TagClassName
{
border-color: #EDB2E4;
}
</style>