Shades of French Lilac #ECC3E6
Tints of French Lilac #ECC3E6
RGB
CMYK
RGB Variations
Color information
#ECC3E6 (or 0xECC3E6) is known color: French Lilac. HEX triplet: EC, C3 and E6. RGB value is (236,195,230). Sum of RGB (Red+Green+Blue) = 236+195+230=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 195 (76.56% from 255 or 29.50% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC3E6 is #133C19. Grayscale: #D3D3D3. Windows color (decimal): -1260570 or 15123436. OLE color: 15123436.
HSL color Cylindrical-coordinate representation of color #ECC3E6: hue angle of 308.78º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC3E6 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 195 | 230 | - |
CMYK | 0 | 0.17 | 0.03 | 0.07 |
HSL | 308.78º | 0.52% | 0.85% | - |
HSV(B) | 308.78º | 0.17% | 0.93% | - |
XYZ | 68.39 | 62.58 | 83.34 | - |
YUV | 211.25 | 138.58 | 145.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 195 | 230 | 0 | 0.17 | 0.03 | 0.07 | 308.78 | 0.52 | 0.85 |
Hex | EC | C3 | E6 | 0 | 11 | 3 | 7 | 135 | 34 | 55 |
Octal | 354 | 303 | 346 | 0 | 21 | 3 | 7 | 465 | 64 | 125 |
Binary | 11101100 | 11000011 | 11100110 | 0 | 10001 | 11 | 111 | 100110101 | 110100 | 1010101 |
Color Harmonies of #ECC3E6
Complementary color
Monochromatic Colors of #ECC3E6
Black with #ECC3E6
Text Example
Text Example
White with #ECC3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3E6; }
p { color: rgb(236,195,230); }
H1.HeaderClassName
{
color: #ECC3E6;
}
.AnyTagClassName
{
color: #ECC3E6;
}
</style>
background-color css
<style>
a { background-color: #ECC3E6; }
a { background-color: rgb(236,195,230); }
div.DivClassName
{
background-color: #ECC3E6;
}
.BgClassName
{
background-color: #ECC3E6;
}
</style>
border-color css
<style>
span { border-color: #ECC3E6; }
span { border-color: rgb(236,195,230); }
td.TdClassName
{
border-color: #ECC3E6;
}
.TagClassName
{
border-color: #ECC3E6;
}
</style>