Shades of French Lilac #EEB4DB
Tints of French Lilac #EEB4DB
RGB
CMYK
RGB Variations
Color information
#EEB4DB (or 0xEEB4DB) is known color: French Lilac. HEX triplet: EE, B4 and DB. RGB value is (238,180,219). Sum of RGB (Red+Green+Blue) = 238+180+219=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4DB is #114B24. Grayscale: #C9C9C9. Windows color (decimal): -1133349 or 14398702. OLE color: 14398702.
HSL color Cylindrical-coordinate representation of color #EEB4DB: hue angle of 319.66º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB4DB is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 219 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.07 |
| HSL | 319.66º | 0.63% | 0.82% | - |
| HSV(B) | 319.66º | 0.24% | 0.93% | - |
| XYZ | 64.37 | 55.93 | 74.42 | - |
| YUV | 201.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 219 | 0 | 0.24 | 0.08 | 0.07 | 319.66 | 0.63 | 0.82 |
| Hex | EE | B4 | DB | 0 | 18 | 8 | 7 | 140 | 3F | 52 |
| Octal | 356 | 264 | 333 | 0 | 30 | 10 | 7 | 500 | 77 | 122 |
| Binary | 11101110 | 10110100 | 11011011 | 0 | 11000 | 1000 | 111 | 101000000 | 111111 | 1010010 |
Color Harmonies of #EEB4DB
Complementary color
Monochromatic Colors of #EEB4DB
Black with #EEB4DB
Text Example
Text Example
White with #EEB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB4DB; }
p { color: rgb(238,180,219); }
H1.HeaderClassName
{
color: #EEB4DB;
}
.AnyTagClassName
{
color: #EEB4DB;
}
</style>
background-color css
<style>
a { background-color: #EEB4DB; }
a { background-color: rgb(238,180,219); }
div.DivClassName
{
background-color: #EEB4DB;
}
.BgClassName
{
background-color: #EEB4DB;
}
</style>
border-color css
<style>
span { border-color: #EEB4DB; }
span { border-color: rgb(238,180,219); }
td.TdClassName
{
border-color: #EEB4DB;
}
.TagClassName
{
border-color: #EEB4DB;
}
</style>