Shades of French Lilac #EDAFDC
Tints of French Lilac #EDAFDC
RGB
CMYK
RGB Variations
Color information
#EDAFDC (or 0xEDAFDC) is known color: French Lilac. HEX triplet: ED, AF and DC. RGB value is (237,175,220). Sum of RGB (Red+Green+Blue) = 237+175+220=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFDC is #125023. Grayscale: #C6C6C6. Windows color (decimal): -1200164 or 14462957. OLE color: 14462957.
HSL color Cylindrical-coordinate representation of color #EDAFDC: hue angle of 316.45º 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 #EDAFDC is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 220 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.07 |
| HSL | 316.45º | 0.63% | 0.81% | - |
| HSV(B) | 316.45º | 0.26% | 0.93% | - |
| XYZ | 63.17 | 53.83 | 74.77 | - |
| YUV | 198.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 220 | 0 | 0.26 | 0.07 | 0.07 | 316.45 | 0.63 | 0.81 |
| Hex | ED | AF | DC | 0 | 1A | 7 | 7 | 13C | 3F | 51 |
| Octal | 355 | 257 | 334 | 0 | 32 | 7 | 7 | 474 | 77 | 121 |
| Binary | 11101101 | 10101111 | 11011100 | 0 | 11010 | 111 | 111 | 100111100 | 111111 | 1010001 |
Color Harmonies of #EDAFDC
Complementary color
Monochromatic Colors of #EDAFDC
Black with #EDAFDC
Text Example
Text Example
White with #EDAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAFDC; }
p { color: rgb(237,175,220); }
H1.HeaderClassName
{
color: #EDAFDC;
}
.AnyTagClassName
{
color: #EDAFDC;
}
</style>
background-color css
<style>
a { background-color: #EDAFDC; }
a { background-color: rgb(237,175,220); }
div.DivClassName
{
background-color: #EDAFDC;
}
.BgClassName
{
background-color: #EDAFDC;
}
</style>
border-color css
<style>
span { border-color: #EDAFDC; }
span { border-color: rgb(237,175,220); }
td.TdClassName
{
border-color: #EDAFDC;
}
.TagClassName
{
border-color: #EDAFDC;
}
</style>