Shades of French Lilac #EEBEED
Tints of French Lilac #EEBEED
RGB
CMYK
RGB Variations
Color information
#EEBEED (or 0xEEBEED) is known color: French Lilac. HEX triplet: EE, BE and ED. RGB value is (238,190,237). Sum of RGB (Red+Green+Blue) = 238+190+237=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 190 (74.61% from 255 or 28.57% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBEED is #114112. Grayscale: #D1D1D1. Windows color (decimal): -1130771 or 15580910. OLE color: 15580910.
HSL color Cylindrical-coordinate representation of color #EEBEED: hue angle of 301.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBEED is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 190 | 237 | - |
CMYK | 0 | 0.20 | 0.00 | 0.07 |
HSL | 301.25º | 0.59% | 0.84% | - |
HSV(B) | 301.25º | 0.2% | 0.93% | - |
XYZ | 68.96 | 61.12 | 88.28 | - |
YUV | 209.71 | 143.4 | 148.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 190 | 237 | 0 | 0.20 | 0.00 | 0.07 | 301.25 | 0.59 | 0.84 |
Hex | EE | BE | ED | 0 | 14 | 0 | 7 | 12D | 3B | 54 |
Octal | 356 | 276 | 355 | 0 | 24 | 0 | 7 | 455 | 73 | 124 |
Binary | 11101110 | 10111110 | 11101101 | 0 | 10100 | 0 | 111 | 100101101 | 111011 | 1010100 |
Color Harmonies of #EEBEED
Complementary color
Monochromatic Colors of #EEBEED
Black with #EEBEED
Text Example
Text Example
White with #EEBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEED; }
p { color: rgb(238,190,237); }
H1.HeaderClassName
{
color: #EEBEED;
}
.AnyTagClassName
{
color: #EEBEED;
}
</style>
background-color css
<style>
a { background-color: #EEBEED; }
a { background-color: rgb(238,190,237); }
div.DivClassName
{
background-color: #EEBEED;
}
.BgClassName
{
background-color: #EEBEED;
}
</style>
border-color css
<style>
span { border-color: #EEBEED; }
span { border-color: rgb(238,190,237); }
td.TdClassName
{
border-color: #EEBEED;
}
.TagClassName
{
border-color: #EEBEED;
}
</style>