Shades of French Lilac #EDB2E2
Tints of French Lilac #EDB2E2
RGB
CMYK
RGB Variations
Color information
#EDB2E2 (or 0xEDB2E2) is known color: French Lilac. HEX triplet: ED, B2 and E2. RGB value is (237,178,226). Sum of RGB (Red+Green+Blue) = 237+178+226=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 178 (69.92% from 255 or 27.77% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2E2 is #124D1D. Grayscale: #C8C8C8. Windows color (decimal): -1199390 or 14856941. OLE color: 14856941.
HSL color Cylindrical-coordinate representation of color #EDB2E2: hue angle of 311.19º 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 #EDB2E2 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 226 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.07 |
| HSL | 311.19º | 0.62% | 0.81% | - |
| HSV(B) | 311.19º | 0.25% | 0.93% | - |
| XYZ | 64.57 | 55.34 | 79.23 | - |
| YUV | 201.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 226 | 0 | 0.25 | 0.05 | 0.07 | 311.19 | 0.62 | 0.81 |
| Hex | ED | B2 | E2 | 0 | 19 | 5 | 7 | 137 | 3E | 51 |
| Octal | 355 | 262 | 342 | 0 | 31 | 5 | 7 | 467 | 76 | 121 |
| Binary | 11101101 | 10110010 | 11100010 | 0 | 11001 | 101 | 111 | 100110111 | 111110 | 1010001 |
Color Harmonies of #EDB2E2
Complementary color
Monochromatic Colors of #EDB2E2
Black with #EDB2E2
Text Example
Text Example
White with #EDB2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2E2; }
p { color: rgb(237,178,226); }
H1.HeaderClassName
{
color: #EDB2E2;
}
.AnyTagClassName
{
color: #EDB2E2;
}
</style>
background-color css
<style>
a { background-color: #EDB2E2; }
a { background-color: rgb(237,178,226); }
div.DivClassName
{
background-color: #EDB2E2;
}
.BgClassName
{
background-color: #EDB2E2;
}
</style>
border-color css
<style>
span { border-color: #EDB2E2; }
span { border-color: rgb(237,178,226); }
td.TdClassName
{
border-color: #EDB2E2;
}
.TagClassName
{
border-color: #EDB2E2;
}
</style>