Shades of French Lilac #ECB7F0
Tints of French Lilac #ECB7F0
RGB
CMYK
RGB Variations
Color information
#ECB7F0 (or 0xECB7F0) is known color: French Lilac. HEX triplet: EC, B7 and F0. RGB value is (236,183,240). Sum of RGB (Red+Green+Blue) = 236+183+240=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 183 (71.88% from 255 or 27.77% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECB7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB7F0 is #13480F. Grayscale: #CDCDCD. Windows color (decimal): -1263632 or 15775724. OLE color: 15775724.
HSL color Cylindrical-coordinate representation of color #ECB7F0: hue angle of 295.79º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB7F0 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 183 | 240 | - |
CMYK | 0.02 | 0.24 | 0 | 0.06 |
HSL | 295.79º | 0.66% | 0.83% | - |
HSV(B) | 295.79º | 0.24% | 0.94% | - |
XYZ | 67.25 | 57.99 | 90.09 | - |
YUV | 205.35 | 147.56 | 149.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 183 | 240 | 0.02 | 0.24 | 0 | 0.06 | 295.79 | 0.66 | 0.83 |
Hex | EC | B7 | F0 | 2 | 18 | 0 | 6 | 128 | 42 | 53 |
Octal | 354 | 267 | 360 | 2 | 30 | 0 | 6 | 450 | 102 | 123 |
Binary | 11101100 | 10110111 | 11110000 | 10 | 11000 | 0 | 110 | 100101000 | 1000010 | 1010011 |
Color Harmonies of #ECB7F0
Complementary color
Monochromatic Colors of #ECB7F0
Black with #ECB7F0
Text Example
Text Example
White with #ECB7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7F0; }
p { color: rgb(236,183,240); }
H1.HeaderClassName
{
color: #ECB7F0;
}
.AnyTagClassName
{
color: #ECB7F0;
}
</style>
background-color css
<style>
a { background-color: #ECB7F0; }
a { background-color: rgb(236,183,240); }
div.DivClassName
{
background-color: #ECB7F0;
}
.BgClassName
{
background-color: #ECB7F0;
}
</style>
border-color css
<style>
span { border-color: #ECB7F0; }
span { border-color: rgb(236,183,240); }
td.TdClassName
{
border-color: #ECB7F0;
}
.TagClassName
{
border-color: #ECB7F0;
}
</style>