Shades of French Lilac #D4ABCD
Tints of French Lilac #D4ABCD
RGB
CMYK
RGB Variations
Color information
#D4ABCD (or 0xD4ABCD) is known color: French Lilac. HEX triplet: D4, AB and CD. RGB value is (212,171,205). Sum of RGB (Red+Green+Blue) = 212+171+205=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABCD is #2B5432. Grayscale: #BBBBBB. Windows color (decimal): -2839603 or 13478868. OLE color: 13478868.
HSL color Cylindrical-coordinate representation of color #D4ABCD: hue angle of 310.24º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ABCD is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 205 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.17 |
| HSL | 310.24º | 0.32% | 0.75% | - |
| HSV(B) | 310.24º | 0.19% | 0.83% | - |
| XYZ | 52.73 | 47.53 | 64.15 | - |
| YUV | 187.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 205 | 0 | 0.19 | 0.03 | 0.17 | 310.24 | 0.32 | 0.75 |
| Hex | D4 | AB | CD | 0 | 13 | 3 | 11 | 136 | 20 | 4B |
| Octal | 324 | 253 | 315 | 0 | 23 | 3 | 21 | 466 | 40 | 113 |
| Binary | 11010100 | 10101011 | 11001101 | 0 | 10011 | 11 | 10001 | 100110110 | 100000 | 1001011 |
Color Harmonies of #D4ABCD
Complementary color
Monochromatic Colors of #D4ABCD
Black with #D4ABCD
Text Example
Text Example
White with #D4ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ABCD; }
p { color: rgb(212,171,205); }
H1.HeaderClassName
{
color: #D4ABCD;
}
.AnyTagClassName
{
color: #D4ABCD;
}
</style>
background-color css
<style>
a { background-color: #D4ABCD; }
a { background-color: rgb(212,171,205); }
div.DivClassName
{
background-color: #D4ABCD;
}
.BgClassName
{
background-color: #D4ABCD;
}
</style>
border-color css
<style>
span { border-color: #D4ABCD; }
span { border-color: rgb(212,171,205); }
td.TdClassName
{
border-color: #D4ABCD;
}
.TagClassName
{
border-color: #D4ABCD;
}
</style>