Shades of French Lilac #EEB2ED
Tints of French Lilac #EEB2ED
RGB
CMYK
RGB Variations
Color information
#EEB2ED (or 0xEEB2ED) is known color: French Lilac. HEX triplet: EE, B2 and ED. RGB value is (238,178,237). Sum of RGB (Red+Green+Blue) = 238+178+237=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB2ED is #114D12. Grayscale: #CACACA. Windows color (decimal): -1133843 or 15577838. OLE color: 15577838.
HSL color Cylindrical-coordinate representation of color #EEB2ED: hue angle of 301º degrees, saturation: 0.64, 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 #EEB2ED is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 178 | 237 | - |
CMYK | 0 | 0.25 | 0.00 | 0.07 |
HSL | 301º | 0.64% | 0.82% | - |
HSV(B) | 301º | 0.25% | 0.93% | - |
XYZ | 66.47 | 56.13 | 87.45 | - |
YUV | 202.67 | 147.38 | 153.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 178 | 237 | 0 | 0.25 | 0.00 | 0.07 | 301 | 0.64 | 0.82 |
Hex | EE | B2 | ED | 0 | 19 | 0 | 7 | 12D | 40 | 52 |
Octal | 356 | 262 | 355 | 0 | 31 | 0 | 7 | 455 | 100 | 122 |
Binary | 11101110 | 10110010 | 11101101 | 0 | 11001 | 0 | 111 | 100101101 | 1000000 | 1010010 |
Color Harmonies of #EEB2ED
Complementary color
Monochromatic Colors of #EEB2ED
Black with #EEB2ED
Text Example
Text Example
White with #EEB2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB2ED; }
p { color: rgb(238,178,237); }
H1.HeaderClassName
{
color: #EEB2ED;
}
.AnyTagClassName
{
color: #EEB2ED;
}
</style>
background-color css
<style>
a { background-color: #EEB2ED; }
a { background-color: rgb(238,178,237); }
div.DivClassName
{
background-color: #EEB2ED;
}
.BgClassName
{
background-color: #EEB2ED;
}
</style>
border-color css
<style>
span { border-color: #EEB2ED; }
span { border-color: rgb(238,178,237); }
td.TdClassName
{
border-color: #EEB2ED;
}
.TagClassName
{
border-color: #EEB2ED;
}
</style>