Shades of French Lilac #EDBAE2
Tints of French Lilac #EDBAE2
RGB
CMYK
RGB Variations
Color information
#EDBAE2 (or 0xEDBAE2) is known color: French Lilac. HEX triplet: ED, BA and E2. RGB value is (237,186,226). Sum of RGB (Red+Green+Blue) = 237+186+226=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAE2 is #12451D. Grayscale: #CDCDCD. Windows color (decimal): -1197342 or 14858989. OLE color: 14858989.
HSL color Cylindrical-coordinate representation of color #EDBAE2: hue angle of 312.94º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBAE2 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 186 | 226 | - |
CMYK | 0 | 0.22 | 0.05 | 0.07 |
HSL | 312.94º | 0.59% | 0.83% | - |
HSV(B) | 312.94º | 0.22% | 0.93% | - |
XYZ | 66.21 | 58.61 | 79.78 | - |
YUV | 205.81 | 139.4 | 150.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 186 | 226 | 0 | 0.22 | 0.05 | 0.07 | 312.94 | 0.59 | 0.83 |
Hex | ED | BA | E2 | 0 | 16 | 5 | 7 | 139 | 3B | 53 |
Octal | 355 | 272 | 342 | 0 | 26 | 5 | 7 | 471 | 73 | 123 |
Binary | 11101101 | 10111010 | 11100010 | 0 | 10110 | 101 | 111 | 100111001 | 111011 | 1010011 |
Color Harmonies of #EDBAE2
Complementary color
Monochromatic Colors of #EDBAE2
Black with #EDBAE2
Text Example
Text Example
White with #EDBAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBAE2; }
p { color: rgb(237,186,226); }
H1.HeaderClassName
{
color: #EDBAE2;
}
.AnyTagClassName
{
color: #EDBAE2;
}
</style>
background-color css
<style>
a { background-color: #EDBAE2; }
a { background-color: rgb(237,186,226); }
div.DivClassName
{
background-color: #EDBAE2;
}
.BgClassName
{
background-color: #EDBAE2;
}
</style>
border-color css
<style>
span { border-color: #EDBAE2; }
span { border-color: rgb(237,186,226); }
td.TdClassName
{
border-color: #EDBAE2;
}
.TagClassName
{
border-color: #EDBAE2;
}
</style>