Shades of French Lilac #EDB8EE
Tints of French Lilac #EDB8EE
RGB
CMYK
RGB Variations
Color information
#EDB8EE (or 0xEDB8EE) is known color: French Lilac. HEX triplet: ED, B8 and EE. RGB value is (237,184,238). Sum of RGB (Red+Green+Blue) = 237+184+238=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 184 (72.27% from 255 or 27.92% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDB8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB8EE is #124711. Grayscale: #CDCDCD. Windows color (decimal): -1197842 or 15644909. OLE color: 15644909.
HSL color Cylindrical-coordinate representation of color #EDB8EE: hue angle of 298.89º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB8EE is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 238 | - |
| CMYK | 0.00 | 0.23 | 0 | 0.07 |
| HSL | 298.89º | 0.61% | 0.83% | - |
| HSV(B) | 298.89º | 0.23% | 0.93% | - |
| XYZ | 67.5 | 58.46 | 88.62 | - |
| YUV | 206 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 238 | 0.00 | 0.23 | 0 | 0.07 | 298.89 | 0.61 | 0.83 |
| Hex | ED | B8 | EE | 0 | 17 | 0 | 7 | 12B | 3D | 53 |
| Octal | 355 | 270 | 356 | 0 | 27 | 0 | 7 | 453 | 75 | 123 |
| Binary | 11101101 | 10111000 | 11101110 | 0 | 10111 | 0 | 111 | 100101011 | 111101 | 1010011 |
Color Harmonies of #EDB8EE
Complementary color
Monochromatic Colors of #EDB8EE
Black with #EDB8EE
Text Example
Text Example
White with #EDB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8EE; }
p { color: rgb(237,184,238); }
H1.HeaderClassName
{
color: #EDB8EE;
}
.AnyTagClassName
{
color: #EDB8EE;
}
</style>
background-color css
<style>
a { background-color: #EDB8EE; }
a { background-color: rgb(237,184,238); }
div.DivClassName
{
background-color: #EDB8EE;
}
.BgClassName
{
background-color: #EDB8EE;
}
</style>
border-color css
<style>
span { border-color: #EDB8EE; }
span { border-color: rgb(237,184,238); }
td.TdClassName
{
border-color: #EDB8EE;
}
.TagClassName
{
border-color: #EDB8EE;
}
</style>