Shades of French Lilac #EDAFE1
Tints of French Lilac #EDAFE1
RGB
CMYK
RGB Variations
Color information
#EDAFE1 (or 0xEDAFE1) is known color: French Lilac. HEX triplet: ED, AF and E1. RGB value is (237,175,225). Sum of RGB (Red+Green+Blue) = 237+175+225=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFE1 is #12501E. Grayscale: #C7C7C7. Windows color (decimal): -1200159 or 14790637. OLE color: 14790637.
HSL color Cylindrical-coordinate representation of color #EDAFE1: hue angle of 311.61º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDAFE1 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 225 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.07 |
| HSL | 311.61º | 0.63% | 0.81% | - |
| HSV(B) | 311.61º | 0.26% | 0.93% | - |
| XYZ | 63.85 | 54.1 | 78.31 | - |
| YUV | 199.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 225 | 0 | 0.26 | 0.05 | 0.07 | 311.61 | 0.63 | 0.81 |
| Hex | ED | AF | E1 | 0 | 1A | 5 | 7 | 138 | 3F | 51 |
| Octal | 355 | 257 | 341 | 0 | 32 | 5 | 7 | 470 | 77 | 121 |
| Binary | 11101101 | 10101111 | 11100001 | 0 | 11010 | 101 | 111 | 100111000 | 111111 | 1010001 |
Color Harmonies of #EDAFE1
Complementary color
Monochromatic Colors of #EDAFE1
Black with #EDAFE1
Text Example
Text Example
White with #EDAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAFE1; }
p { color: rgb(237,175,225); }
H1.HeaderClassName
{
color: #EDAFE1;
}
.AnyTagClassName
{
color: #EDAFE1;
}
</style>
background-color css
<style>
a { background-color: #EDAFE1; }
a { background-color: rgb(237,175,225); }
div.DivClassName
{
background-color: #EDAFE1;
}
.BgClassName
{
background-color: #EDAFE1;
}
</style>
border-color css
<style>
span { border-color: #EDAFE1; }
span { border-color: rgb(237,175,225); }
td.TdClassName
{
border-color: #EDAFE1;
}
.TagClassName
{
border-color: #EDAFE1;
}
</style>