Shades of French Lilac #ECADDA
Tints of French Lilac #ECADDA
RGB
CMYK
RGB Variations
Color information
#ECADDA (or 0xECADDA) is known color: French Lilac. HEX triplet: EC, AD and DA. RGB value is (236,173,218). Sum of RGB (Red+Green+Blue) = 236+173+218=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADDA is #135225. Grayscale: #C4C4C4. Windows color (decimal): -1266214 or 14331372. OLE color: 14331372.
HSL color Cylindrical-coordinate representation of color #ECADDA: hue angle of 317.14º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECADDA is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 173 | 218 | - |
CMYK | 0 | 0.27 | 0.08 | 0.07 |
HSL | 317.14º | 0.62% | 0.8% | - |
HSV(B) | 317.14º | 0.27% | 0.93% | - |
XYZ | 62.19 | 52.78 | 73.24 | - |
YUV | 196.97 | 139.87 | 155.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 173 | 218 | 0 | 0.27 | 0.08 | 0.07 | 317.14 | 0.62 | 0.8 |
Hex | EC | AD | DA | 0 | 1B | 8 | 7 | 13D | 3E | 50 |
Octal | 354 | 255 | 332 | 0 | 33 | 10 | 7 | 475 | 76 | 120 |
Binary | 11101100 | 10101101 | 11011010 | 0 | 11011 | 1000 | 111 | 100111101 | 111110 | 1010000 |
Color Harmonies of #ECADDA
Complementary color
Monochromatic Colors of #ECADDA
Black with #ECADDA
Text Example
Text Example
White with #ECADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADDA; }
p { color: rgb(236,173,218); }
H1.HeaderClassName
{
color: #ECADDA;
}
.AnyTagClassName
{
color: #ECADDA;
}
</style>
background-color css
<style>
a { background-color: #ECADDA; }
a { background-color: rgb(236,173,218); }
div.DivClassName
{
background-color: #ECADDA;
}
.BgClassName
{
background-color: #ECADDA;
}
</style>
border-color css
<style>
span { border-color: #ECADDA; }
span { border-color: rgb(236,173,218); }
td.TdClassName
{
border-color: #ECADDA;
}
.TagClassName
{
border-color: #ECADDA;
}
</style>