Shades of French Lilac #EDAEE5
Tints of French Lilac #EDAEE5
RGB
CMYK
RGB Variations
Color information
#EDAEE5 (or 0xEDAEE5) is known color: French Lilac. HEX triplet: ED, AE and E5. RGB value is (237,174,229). Sum of RGB (Red+Green+Blue) = 237+174+229=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEE5 is #12511A. Grayscale: #C6C6C6. Windows color (decimal): -1200411 or 15052525. OLE color: 15052525.
HSL color Cylindrical-coordinate representation of color #EDAEE5: hue angle of 307.62º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDAEE5 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 174 | 229 | - |
CMYK | 0 | 0.27 | 0.03 | 0.07 |
HSL | 307.62º | 0.64% | 0.81% | - |
HSV(B) | 307.62º | 0.27% | 0.93% | - |
XYZ | 64.2 | 53.93 | 81.16 | - |
YUV | 199.11 | 144.87 | 155.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 174 | 229 | 0 | 0.27 | 0.03 | 0.07 | 307.62 | 0.64 | 0.81 |
Hex | ED | AE | E5 | 0 | 1B | 3 | 7 | 134 | 40 | 51 |
Octal | 355 | 256 | 345 | 0 | 33 | 3 | 7 | 464 | 100 | 121 |
Binary | 11101101 | 10101110 | 11100101 | 0 | 11011 | 11 | 111 | 100110100 | 1000000 | 1010001 |
Color Harmonies of #EDAEE5
Complementary color
Monochromatic Colors of #EDAEE5
Black with #EDAEE5
Text Example
Text Example
White with #EDAEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAEE5; }
p { color: rgb(237,174,229); }
H1.HeaderClassName
{
color: #EDAEE5;
}
.AnyTagClassName
{
color: #EDAEE5;
}
</style>
background-color css
<style>
a { background-color: #EDAEE5; }
a { background-color: rgb(237,174,229); }
div.DivClassName
{
background-color: #EDAEE5;
}
.BgClassName
{
background-color: #EDAEE5;
}
</style>
border-color css
<style>
span { border-color: #EDAEE5; }
span { border-color: rgb(237,174,229); }
td.TdClassName
{
border-color: #EDAEE5;
}
.TagClassName
{
border-color: #EDAEE5;
}
</style>