Shades of French Lilac #D6ADCD
Tints of French Lilac #D6ADCD
RGB
CMYK
RGB Variations
Color information
#D6ADCD (or 0xD6ADCD) is known color: French Lilac. HEX triplet: D6, AD and CD. RGB value is (214,173,205). Sum of RGB (Red+Green+Blue) = 214+173+205=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADCD is #295232. Grayscale: #BCBCBC. Windows color (decimal): -2708019 or 13479382. OLE color: 13479382.
HSL color Cylindrical-coordinate representation of color #D6ADCD: hue angle of 313.17º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6ADCD is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 205 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.16 |
| HSL | 313.17º | 0.33% | 0.76% | - |
| HSV(B) | 313.17º | 0.19% | 0.84% | - |
| XYZ | 53.69 | 48.59 | 64.31 | - |
| YUV | 188.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 205 | 0 | 0.19 | 0.04 | 0.16 | 313.17 | 0.33 | 0.76 |
| Hex | D6 | AD | CD | 0 | 13 | 4 | 10 | 139 | 21 | 4C |
| Octal | 326 | 255 | 315 | 0 | 23 | 4 | 20 | 471 | 41 | 114 |
| Binary | 11010110 | 10101101 | 11001101 | 0 | 10011 | 100 | 10000 | 100111001 | 100001 | 1001100 |
Color Harmonies of #D6ADCD
Complementary color
Monochromatic Colors of #D6ADCD
Black with #D6ADCD
Text Example
Text Example
White with #D6ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ADCD; }
p { color: rgb(214,173,205); }
H1.HeaderClassName
{
color: #D6ADCD;
}
.AnyTagClassName
{
color: #D6ADCD;
}
</style>
background-color css
<style>
a { background-color: #D6ADCD; }
a { background-color: rgb(214,173,205); }
div.DivClassName
{
background-color: #D6ADCD;
}
.BgClassName
{
background-color: #D6ADCD;
}
</style>
border-color css
<style>
span { border-color: #D6ADCD; }
span { border-color: rgb(214,173,205); }
td.TdClassName
{
border-color: #D6ADCD;
}
.TagClassName
{
border-color: #D6ADCD;
}
</style>