Shades of French Lilac #EDAEE4
Tints of French Lilac #EDAEE4
RGB
CMYK
RGB Variations
Color information
#EDAEE4 (or 0xEDAEE4) is known color: French Lilac. HEX triplet: ED, AE and E4. RGB value is (237,174,228). Sum of RGB (Red+Green+Blue) = 237+174+228=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEE4 is #12511B. Grayscale: #C6C6C6. Windows color (decimal): -1200412 or 14986989. OLE color: 14986989.
HSL color Cylindrical-coordinate representation of color #EDAEE4: hue angle of 308.57º 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 #EDAEE4 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 174 | 228 | - |
CMYK | 0 | 0.27 | 0.04 | 0.07 |
HSL | 308.57º | 0.64% | 0.81% | - |
HSV(B) | 308.57º | 0.27% | 0.93% | - |
XYZ | 64.06 | 53.88 | 80.42 | - |
YUV | 198.99 | 144.37 | 155.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 174 | 228 | 0 | 0.27 | 0.04 | 0.07 | 308.57 | 0.64 | 0.81 |
Hex | ED | AE | E4 | 0 | 1B | 4 | 7 | 135 | 40 | 51 |
Octal | 355 | 256 | 344 | 0 | 33 | 4 | 7 | 465 | 100 | 121 |
Binary | 11101101 | 10101110 | 11100100 | 0 | 11011 | 100 | 111 | 100110101 | 1000000 | 1010001 |
Color Harmonies of #EDAEE4
Complementary color
Monochromatic Colors of #EDAEE4
Black with #EDAEE4
Text Example
Text Example
White with #EDAEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAEE4; }
p { color: rgb(237,174,228); }
H1.HeaderClassName
{
color: #EDAEE4;
}
.AnyTagClassName
{
color: #EDAEE4;
}
</style>
background-color css
<style>
a { background-color: #EDAEE4; }
a { background-color: rgb(237,174,228); }
div.DivClassName
{
background-color: #EDAEE4;
}
.BgClassName
{
background-color: #EDAEE4;
}
</style>
border-color css
<style>
span { border-color: #EDAEE4; }
span { border-color: rgb(237,174,228); }
td.TdClassName
{
border-color: #EDAEE4;
}
.TagClassName
{
border-color: #EDAEE4;
}
</style>