Shades of French Lilac #D4ABD2
Tints of French Lilac #D4ABD2
RGB
CMYK
RGB Variations
Color information
#D4ABD2 (or 0xD4ABD2) is known color: French Lilac. HEX triplet: D4, AB and D2. RGB value is (212,171,210). Sum of RGB (Red+Green+Blue) = 212+171+210=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABD2 is #2B542D. Grayscale: #BBBBBB. Windows color (decimal): -2839598 or 13806548. OLE color: 13806548.
HSL color Cylindrical-coordinate representation of color #D4ABD2: hue angle of 302.93º 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 #D4ABD2 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 210 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.17 |
| HSL | 302.93º | 0.32% | 0.75% | - |
| HSV(B) | 302.93º | 0.19% | 0.83% | - |
| XYZ | 53.35 | 47.78 | 67.38 | - |
| YUV | 187.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 210 | 0 | 0.19 | 0.01 | 0.17 | 302.93 | 0.32 | 0.75 |
| Hex | D4 | AB | D2 | 0 | 13 | 1 | 11 | 12F | 20 | 4B |
| Octal | 324 | 253 | 322 | 0 | 23 | 1 | 21 | 457 | 40 | 113 |
| Binary | 11010100 | 10101011 | 11010010 | 0 | 10011 | 1 | 10001 | 100101111 | 100000 | 1001011 |
Color Harmonies of #D4ABD2
Complementary color
Monochromatic Colors of #D4ABD2
Black with #D4ABD2
Text Example
Text Example
White with #D4ABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ABD2; }
p { color: rgb(212,171,210); }
H1.HeaderClassName
{
color: #D4ABD2;
}
.AnyTagClassName
{
color: #D4ABD2;
}
</style>
background-color css
<style>
a { background-color: #D4ABD2; }
a { background-color: rgb(212,171,210); }
div.DivClassName
{
background-color: #D4ABD2;
}
.BgClassName
{
background-color: #D4ABD2;
}
</style>
border-color css
<style>
span { border-color: #D4ABD2; }
span { border-color: rgb(212,171,210); }
td.TdClassName
{
border-color: #D4ABD2;
}
.TagClassName
{
border-color: #D4ABD2;
}
</style>