Shades of French Lilac #ECB8EF
Tints of French Lilac #ECB8EF
RGB
CMYK
RGB Variations
Color information
#ECB8EF (or 0xECB8EF) is known color: French Lilac. HEX triplet: EC, B8 and EF. RGB value is (236,184,239). Sum of RGB (Red+Green+Blue) = 236+184+239=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 184 (72.27% from 255 or 27.92% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECB8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB8EF is #134710. Grayscale: #CDCDCD. Windows color (decimal): -1263377 or 15710444. OLE color: 15710444.
HSL color Cylindrical-coordinate representation of color #ECB8EF: hue angle of 296.73º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB8EF is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 184 | 239 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.06 |
| HSL | 296.73º | 0.63% | 0.83% | - |
| HSV(B) | 296.73º | 0.23% | 0.94% | - |
| XYZ | 67.31 | 58.35 | 89.38 | - |
| YUV | 205.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 239 | 0.01 | 0.23 | 0 | 0.06 | 296.73 | 0.63 | 0.83 |
| Hex | EC | B8 | EF | 1 | 17 | 0 | 6 | 129 | 3F | 53 |
| Octal | 354 | 270 | 357 | 1 | 27 | 0 | 6 | 451 | 77 | 123 |
| Binary | 11101100 | 10111000 | 11101111 | 1 | 10111 | 0 | 110 | 100101001 | 111111 | 1010011 |
Color Harmonies of #ECB8EF
Complementary color
Monochromatic Colors of #ECB8EF
Black with #ECB8EF
Text Example
Text Example
White with #ECB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8EF; }
p { color: rgb(236,184,239); }
H1.HeaderClassName
{
color: #ECB8EF;
}
.AnyTagClassName
{
color: #ECB8EF;
}
</style>
background-color css
<style>
a { background-color: #ECB8EF; }
a { background-color: rgb(236,184,239); }
div.DivClassName
{
background-color: #ECB8EF;
}
.BgClassName
{
background-color: #ECB8EF;
}
</style>
border-color css
<style>
span { border-color: #ECB8EF; }
span { border-color: rgb(236,184,239); }
td.TdClassName
{
border-color: #ECB8EF;
}
.TagClassName
{
border-color: #ECB8EF;
}
</style>