Shades of French Lilac #D6ABCD
Tints of French Lilac #D6ABCD
RGB
CMYK
RGB Variations
Color information
#D6ABCD (or 0xD6ABCD) is known color: French Lilac. HEX triplet: D6, AB and CD. RGB value is (214,171,205). Sum of RGB (Red+Green+Blue) = 214+171+205=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABCD is #295432. Grayscale: #BBBBBB. Windows color (decimal): -2708531 or 13478870. OLE color: 13478870.
HSL color Cylindrical-coordinate representation of color #D6ABCD: hue angle of 312.56º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ABCD is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 205 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.16 |
| HSL | 312.56º | 0.34% | 0.75% | - |
| HSV(B) | 312.56º | 0.2% | 0.84% | - |
| XYZ | 53.31 | 47.83 | 64.18 | - |
| YUV | 187.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 205 | 0 | 0.20 | 0.04 | 0.16 | 312.56 | 0.34 | 0.75 |
| Hex | D6 | AB | CD | 0 | 14 | 4 | 10 | 139 | 22 | 4B |
| Octal | 326 | 253 | 315 | 0 | 24 | 4 | 20 | 471 | 42 | 113 |
| Binary | 11010110 | 10101011 | 11001101 | 0 | 10100 | 100 | 10000 | 100111001 | 100010 | 1001011 |
Color Harmonies of #D6ABCD
Complementary color
Monochromatic Colors of #D6ABCD
Black with #D6ABCD
Text Example
Text Example
White with #D6ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABCD; }
p { color: rgb(214,171,205); }
H1.HeaderClassName
{
color: #D6ABCD;
}
.AnyTagClassName
{
color: #D6ABCD;
}
</style>
background-color css
<style>
a { background-color: #D6ABCD; }
a { background-color: rgb(214,171,205); }
div.DivClassName
{
background-color: #D6ABCD;
}
.BgClassName
{
background-color: #D6ABCD;
}
</style>
border-color css
<style>
span { border-color: #D6ABCD; }
span { border-color: rgb(214,171,205); }
td.TdClassName
{
border-color: #D6ABCD;
}
.TagClassName
{
border-color: #D6ABCD;
}
</style>