Shades of French Lilac #EEB9E3
Tints of French Lilac #EEB9E3
RGB
CMYK
RGB Variations
Color information
#EEB9E3 (or 0xEEB9E3) is known color: French Lilac. HEX triplet: EE, B9 and E3. RGB value is (238,185,227). Sum of RGB (Red+Green+Blue) = 238+185+227=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 185 (72.66% from 255 or 28.46% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9E3 is #11461C. Grayscale: #CDCDCD. Windows color (decimal): -1132061 or 14924270. OLE color: 14924270.
HSL color Cylindrical-coordinate representation of color #EEB9E3: hue angle of 312.45º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEB9E3 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 185 | 227 | - |
CMYK | 0 | 0.22 | 0.05 | 0.07 |
HSL | 312.45º | 0.61% | 0.83% | - |
HSV(B) | 312.45º | 0.22% | 0.93% | - |
XYZ | 66.47 | 58.42 | 80.45 | - |
YUV | 205.64 | 140.06 | 151.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 185 | 227 | 0 | 0.22 | 0.05 | 0.07 | 312.45 | 0.61 | 0.83 |
Hex | EE | B9 | E3 | 0 | 16 | 5 | 7 | 138 | 3D | 53 |
Octal | 356 | 271 | 343 | 0 | 26 | 5 | 7 | 470 | 75 | 123 |
Binary | 11101110 | 10111001 | 11100011 | 0 | 10110 | 101 | 111 | 100111000 | 111101 | 1010011 |
Color Harmonies of #EEB9E3
Complementary color
Monochromatic Colors of #EEB9E3
Black with #EEB9E3
Text Example
Text Example
White with #EEB9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB9E3; }
p { color: rgb(238,185,227); }
H1.HeaderClassName
{
color: #EEB9E3;
}
.AnyTagClassName
{
color: #EEB9E3;
}
</style>
background-color css
<style>
a { background-color: #EEB9E3; }
a { background-color: rgb(238,185,227); }
div.DivClassName
{
background-color: #EEB9E3;
}
.BgClassName
{
background-color: #EEB9E3;
}
</style>
border-color css
<style>
span { border-color: #EEB9E3; }
span { border-color: rgb(238,185,227); }
td.TdClassName
{
border-color: #EEB9E3;
}
.TagClassName
{
border-color: #EEB9E3;
}
</style>