Shades of French Lilac #EEB3DD
Tints of French Lilac #EEB3DD
RGB
CMYK
RGB Variations
Color information
#EEB3DD (or 0xEEB3DD) is known color: French Lilac. HEX triplet: EE, B3 and DD. RGB value is (238,179,221). Sum of RGB (Red+Green+Blue) = 238+179+221=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 179 (70.31% from 255 or 28.06% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3DD is #114C22. Grayscale: #C9C9C9. Windows color (decimal): -1133603 or 14529518. OLE color: 14529518.
HSL color Cylindrical-coordinate representation of color #EEB3DD: hue angle of 317.29º 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 #EEB3DD is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 221 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.07 |
| HSL | 317.29º | 0.63% | 0.82% | - |
| HSV(B) | 317.29º | 0.25% | 0.93% | - |
| XYZ | 64.43 | 55.64 | 75.75 | - |
| YUV | 201.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 221 | 0 | 0.25 | 0.07 | 0.07 | 317.29 | 0.63 | 0.82 |
| Hex | EE | B3 | DD | 0 | 19 | 7 | 7 | 13D | 3F | 52 |
| Octal | 356 | 263 | 335 | 0 | 31 | 7 | 7 | 475 | 77 | 122 |
| Binary | 11101110 | 10110011 | 11011101 | 0 | 11001 | 111 | 111 | 100111101 | 111111 | 1010010 |
Color Harmonies of #EEB3DD
Complementary color
Monochromatic Colors of #EEB3DD
Black with #EEB3DD
Text Example
Text Example
White with #EEB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB3DD; }
p { color: rgb(238,179,221); }
H1.HeaderClassName
{
color: #EEB3DD;
}
.AnyTagClassName
{
color: #EEB3DD;
}
</style>
background-color css
<style>
a { background-color: #EEB3DD; }
a { background-color: rgb(238,179,221); }
div.DivClassName
{
background-color: #EEB3DD;
}
.BgClassName
{
background-color: #EEB3DD;
}
</style>
border-color css
<style>
span { border-color: #EEB3DD; }
span { border-color: rgb(238,179,221); }
td.TdClassName
{
border-color: #EEB3DD;
}
.TagClassName
{
border-color: #EEB3DD;
}
</style>