Shades of French Lilac #EDAFE2
Tints of French Lilac #EDAFE2
RGB
CMYK
RGB Variations
Color information
#EDAFE2 (or 0xEDAFE2) is known color: French Lilac. HEX triplet: ED, AF and E2. RGB value is (237,175,226). Sum of RGB (Red+Green+Blue) = 237+175+226=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFE2 is #12501D. Grayscale: #C7C7C7. Windows color (decimal): -1200158 or 14856173. OLE color: 14856173.
HSL color Cylindrical-coordinate representation of color #EDAFE2: hue angle of 310.65º 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 #EDAFE2 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 226 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.07 |
| HSL | 310.65º | 0.63% | 0.81% | - |
| HSV(B) | 310.65º | 0.26% | 0.93% | - |
| XYZ | 63.98 | 54.16 | 79.03 | - |
| YUV | 199.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 226 | 0 | 0.26 | 0.05 | 0.07 | 310.65 | 0.63 | 0.81 |
| Hex | ED | AF | E2 | 0 | 1A | 5 | 7 | 137 | 3F | 51 |
| Octal | 355 | 257 | 342 | 0 | 32 | 5 | 7 | 467 | 77 | 121 |
| Binary | 11101101 | 10101111 | 11100010 | 0 | 11010 | 101 | 111 | 100110111 | 111111 | 1010001 |
Color Harmonies of #EDAFE2
Complementary color
Monochromatic Colors of #EDAFE2
Black with #EDAFE2
Text Example
Text Example
White with #EDAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAFE2; }
p { color: rgb(237,175,226); }
H1.HeaderClassName
{
color: #EDAFE2;
}
.AnyTagClassName
{
color: #EDAFE2;
}
</style>
background-color css
<style>
a { background-color: #EDAFE2; }
a { background-color: rgb(237,175,226); }
div.DivClassName
{
background-color: #EDAFE2;
}
.BgClassName
{
background-color: #EDAFE2;
}
</style>
border-color css
<style>
span { border-color: #EDAFE2; }
span { border-color: rgb(237,175,226); }
td.TdClassName
{
border-color: #EDAFE2;
}
.TagClassName
{
border-color: #EDAFE2;
}
</style>