Shades of French Lilac #EDBFE5
Tints of French Lilac #EDBFE5
RGB
CMYK
RGB Variations
Color information
#EDBFE5 (or 0xEDBFE5) is known color: French Lilac. HEX triplet: ED, BF and E5. RGB value is (237,191,229). Sum of RGB (Red+Green+Blue) = 237+191+229=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFE5 is #12401A. Grayscale: #D0D0D0. Windows color (decimal): -1196059 or 15056877. OLE color: 15056877.
HSL color Cylindrical-coordinate representation of color #EDBFE5: hue angle of 310.43º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDBFE5 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 191 | 229 | - |
CMYK | 0 | 0.19 | 0.03 | 0.07 |
HSL | 310.43º | 0.56% | 0.84% | - |
HSV(B) | 310.43º | 0.19% | 0.93% | - |
XYZ | 67.7 | 60.92 | 82.32 | - |
YUV | 209.09 | 139.24 | 147.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 191 | 229 | 0 | 0.19 | 0.03 | 0.07 | 310.43 | 0.56 | 0.84 |
Hex | ED | BF | E5 | 0 | 13 | 3 | 7 | 136 | 38 | 54 |
Octal | 355 | 277 | 345 | 0 | 23 | 3 | 7 | 466 | 70 | 124 |
Binary | 11101101 | 10111111 | 11100101 | 0 | 10011 | 11 | 111 | 100110110 | 111000 | 1010100 |
Color Harmonies of #EDBFE5
Complementary color
Monochromatic Colors of #EDBFE5
Black with #EDBFE5
Text Example
Text Example
White with #EDBFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFE5; }
p { color: rgb(237,191,229); }
H1.HeaderClassName
{
color: #EDBFE5;
}
.AnyTagClassName
{
color: #EDBFE5;
}
</style>
background-color css
<style>
a { background-color: #EDBFE5; }
a { background-color: rgb(237,191,229); }
div.DivClassName
{
background-color: #EDBFE5;
}
.BgClassName
{
background-color: #EDBFE5;
}
</style>
border-color css
<style>
span { border-color: #EDBFE5; }
span { border-color: rgb(237,191,229); }
td.TdClassName
{
border-color: #EDBFE5;
}
.TagClassName
{
border-color: #EDBFE5;
}
</style>