Shades of Lilac #D0ABD2
Tints of Lilac #D0ABD2
RGB
CMYK
RGB Variations
Color information
#D0ABD2 (or 0xD0ABD2) is known color: Lilac. HEX triplet: D0, AB and D2. RGB value is (208,171,210). Sum of RGB (Red+Green+Blue) = 208+171+210=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 210 - color contains mainly: blue. Hex color #D0ABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABD2 is #2F542D. Grayscale: #BABABA. Windows color (decimal): -3101742 or 13806544. OLE color: 13806544.
HSL color Cylindrical-coordinate representation of color #D0ABD2: hue angle of 296.92º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0ABD2 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 210 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.18 |
| HSL | 296.92º | 0.3% | 0.75% | - |
| HSV(B) | 296.92º | 0.19% | 0.82% | - |
| XYZ | 52.21 | 47.19 | 67.33 | - |
| YUV | 186.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 210 | 0.01 | 0.19 | 0 | 0.18 | 296.92 | 0.3 | 0.75 |
| Hex | D0 | AB | D2 | 1 | 13 | 0 | 12 | 129 | 1E | 4B |
| Octal | 320 | 253 | 322 | 1 | 23 | 0 | 22 | 451 | 36 | 113 |
| Binary | 11010000 | 10101011 | 11010010 | 1 | 10011 | 0 | 10010 | 100101001 | 11110 | 1001011 |
Color Harmonies of #D0ABD2
Complementary color
Monochromatic Colors of #D0ABD2
Black with #D0ABD2
Text Example
Text Example
White with #D0ABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ABD2; }
p { color: rgb(208,171,210); }
H1.HeaderClassName
{
color: #D0ABD2;
}
.AnyTagClassName
{
color: #D0ABD2;
}
</style>
background-color css
<style>
a { background-color: #D0ABD2; }
a { background-color: rgb(208,171,210); }
div.DivClassName
{
background-color: #D0ABD2;
}
.BgClassName
{
background-color: #D0ABD2;
}
</style>
border-color css
<style>
span { border-color: #D0ABD2; }
span { border-color: rgb(208,171,210); }
td.TdClassName
{
border-color: #D0ABD2;
}
.TagClassName
{
border-color: #D0ABD2;
}
</style>