Shades of French Lilac #EEB5DB
Tints of French Lilac #EEB5DB
RGB
CMYK
RGB Variations
Color information
#EEB5DB (or 0xEEB5DB) is known color: French Lilac. HEX triplet: EE, B5 and DB. RGB value is (238,181,219). Sum of RGB (Red+Green+Blue) = 238+181+219=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB5DB is #114A24. Grayscale: #CACACA. Windows color (decimal): -1133093 or 14398958. OLE color: 14398958.
HSL color Cylindrical-coordinate representation of color #EEB5DB: hue angle of 320º 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 #EEB5DB is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 181 | 219 | - |
CMYK | 0 | 0.24 | 0.08 | 0.07 |
HSL | 320º | 0.63% | 0.82% | - |
HSV(B) | 320º | 0.24% | 0.93% | - |
XYZ | 64.57 | 56.34 | 74.49 | - |
YUV | 202.38 | 137.38 | 153.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 181 | 219 | 0 | 0.24 | 0.08 | 0.07 | 320 | 0.63 | 0.82 |
Hex | EE | B5 | DB | 0 | 18 | 8 | 7 | 140 | 3F | 52 |
Octal | 356 | 265 | 333 | 0 | 30 | 10 | 7 | 500 | 77 | 122 |
Binary | 11101110 | 10110101 | 11011011 | 0 | 11000 | 1000 | 111 | 101000000 | 111111 | 1010010 |
Color Harmonies of #EEB5DB
Complementary color
Monochromatic Colors of #EEB5DB
Black with #EEB5DB
Text Example
Text Example
White with #EEB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB5DB; }
p { color: rgb(238,181,219); }
H1.HeaderClassName
{
color: #EEB5DB;
}
.AnyTagClassName
{
color: #EEB5DB;
}
</style>
background-color css
<style>
a { background-color: #EEB5DB; }
a { background-color: rgb(238,181,219); }
div.DivClassName
{
background-color: #EEB5DB;
}
.BgClassName
{
background-color: #EEB5DB;
}
</style>
border-color css
<style>
span { border-color: #EEB5DB; }
span { border-color: rgb(238,181,219); }
td.TdClassName
{
border-color: #EEB5DB;
}
.TagClassName
{
border-color: #EEB5DB;
}
</style>