Shades of French Lilac #ECB8EA
Tints of French Lilac #ECB8EA
RGB
CMYK
RGB Variations
Color information
#ECB8EA (or 0xECB8EA) is known color: French Lilac. HEX triplet: EC, B8 and EA. RGB value is (236,184,234). Sum of RGB (Red+Green+Blue) = 236+184+234=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 184 (72.27% from 255 or 28.13% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB8EA is #134715. Grayscale: #CDCDCD. Windows color (decimal): -1263382 or 15382764. OLE color: 15382764.
HSL color Cylindrical-coordinate representation of color #ECB8EA: hue angle of 302.31º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB8EA is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 234 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.07 |
| HSL | 302.31º | 0.58% | 0.82% | - |
| HSV(B) | 302.31º | 0.22% | 0.93% | - |
| XYZ | 66.58 | 58.05 | 85.54 | - |
| YUV | 205.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 234 | 0 | 0.22 | 0.01 | 0.07 | 302.31 | 0.58 | 0.82 |
| Hex | EC | B8 | EA | 0 | 16 | 1 | 7 | 12E | 3A | 52 |
| Octal | 354 | 270 | 352 | 0 | 26 | 1 | 7 | 456 | 72 | 122 |
| Binary | 11101100 | 10111000 | 11101010 | 0 | 10110 | 1 | 111 | 100101110 | 111010 | 1010010 |
Color Harmonies of #ECB8EA
Complementary color
Monochromatic Colors of #ECB8EA
Black with #ECB8EA
Text Example
Text Example
White with #ECB8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8EA; }
p { color: rgb(236,184,234); }
H1.HeaderClassName
{
color: #ECB8EA;
}
.AnyTagClassName
{
color: #ECB8EA;
}
</style>
background-color css
<style>
a { background-color: #ECB8EA; }
a { background-color: rgb(236,184,234); }
div.DivClassName
{
background-color: #ECB8EA;
}
.BgClassName
{
background-color: #ECB8EA;
}
</style>
border-color css
<style>
span { border-color: #ECB8EA; }
span { border-color: rgb(236,184,234); }
td.TdClassName
{
border-color: #ECB8EA;
}
.TagClassName
{
border-color: #ECB8EA;
}
</style>