Shades of French Lilac #EBAEDF
Tints of French Lilac #EBAEDF
RGB
CMYK
RGB Variations
Color information
#EBAEDF (or 0xEBAEDF) is known color: French Lilac. HEX triplet: EB, AE and DF. RGB value is (235,174,223). Sum of RGB (Red+Green+Blue) = 235+174+223=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEDF is #145120. Grayscale: #C5C5C5. Windows color (decimal): -1331489 or 14659307. OLE color: 14659307.
HSL color Cylindrical-coordinate representation of color #EBAEDF: hue angle of 311.8º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEDF is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 223 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.08 |
| HSL | 311.8º | 0.6% | 0.8% | - |
| HSV(B) | 311.8º | 0.26% | 0.92% | - |
| XYZ | 62.72 | 53.26 | 76.79 | - |
| YUV | 197.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 223 | 0 | 0.26 | 0.05 | 0.08 | 311.8 | 0.6 | 0.8 |
| Hex | EB | AE | DF | 0 | 1A | 5 | 8 | 138 | 3C | 50 |
| Octal | 353 | 256 | 337 | 0 | 32 | 5 | 10 | 470 | 74 | 120 |
| Binary | 11101011 | 10101110 | 11011111 | 0 | 11010 | 101 | 1000 | 100111000 | 111100 | 1010000 |
Color Harmonies of #EBAEDF
Complementary color
Monochromatic Colors of #EBAEDF
Black with #EBAEDF
Text Example
Text Example
White with #EBAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEDF; }
p { color: rgb(235,174,223); }
H1.HeaderClassName
{
color: #EBAEDF;
}
.AnyTagClassName
{
color: #EBAEDF;
}
</style>
background-color css
<style>
a { background-color: #EBAEDF; }
a { background-color: rgb(235,174,223); }
div.DivClassName
{
background-color: #EBAEDF;
}
.BgClassName
{
background-color: #EBAEDF;
}
</style>
border-color css
<style>
span { border-color: #EBAEDF; }
span { border-color: rgb(235,174,223); }
td.TdClassName
{
border-color: #EBAEDF;
}
.TagClassName
{
border-color: #EBAEDF;
}
</style>