Shades of French Lilac #EEB3DC
Tints of French Lilac #EEB3DC
RGB
CMYK
RGB Variations
Color information
#EEB3DC (or 0xEEB3DC) is known color: French Lilac. HEX triplet: EE, B3 and DC. RGB value is (238,179,220). Sum of RGB (Red+Green+Blue) = 238+179+220=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3DC is #114C23. Grayscale: #C9C9C9. Windows color (decimal): -1133604 or 14463982. OLE color: 14463982.
HSL color Cylindrical-coordinate representation of color #EEB3DC: hue angle of 318.31º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB3DC is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 220 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.07 |
| HSL | 318.31º | 0.63% | 0.82% | - |
| HSV(B) | 318.31º | 0.25% | 0.93% | - |
| XYZ | 64.3 | 55.58 | 75.05 | - |
| YUV | 201.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 220 | 0 | 0.25 | 0.08 | 0.07 | 318.31 | 0.63 | 0.82 |
| Hex | EE | B3 | DC | 0 | 19 | 8 | 7 | 13E | 3F | 52 |
| Octal | 356 | 263 | 334 | 0 | 31 | 10 | 7 | 476 | 77 | 122 |
| Binary | 11101110 | 10110011 | 11011100 | 0 | 11001 | 1000 | 111 | 100111110 | 111111 | 1010010 |
Color Harmonies of #EEB3DC
Complementary color
Monochromatic Colors of #EEB3DC
Black with #EEB3DC
Text Example
Text Example
White with #EEB3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB3DC; }
p { color: rgb(238,179,220); }
H1.HeaderClassName
{
color: #EEB3DC;
}
.AnyTagClassName
{
color: #EEB3DC;
}
</style>
background-color css
<style>
a { background-color: #EEB3DC; }
a { background-color: rgb(238,179,220); }
div.DivClassName
{
background-color: #EEB3DC;
}
.BgClassName
{
background-color: #EEB3DC;
}
</style>
border-color css
<style>
span { border-color: #EEB3DC; }
span { border-color: rgb(238,179,220); }
td.TdClassName
{
border-color: #EEB3DC;
}
.TagClassName
{
border-color: #EEB3DC;
}
</style>