Shades of Lilac #D0ABD3
Tints of Lilac #D0ABD3
RGB
CMYK
RGB Variations
Color information
#D0ABD3 (or 0xD0ABD3) is known color: Lilac. HEX triplet: D0, AB and D3. RGB value is (208,171,211). Sum of RGB (Red+Green+Blue) = 208+171+211=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 211 - color contains mainly: blue. Hex color #D0ABD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABD3 is #2F542C. Grayscale: #BABABA. Windows color (decimal): -3101741 or 13872080. OLE color: 13872080.
HSL color Cylindrical-coordinate representation of color #D0ABD3: hue angle of 295.5º degrees, saturation: 0.31, 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 #D0ABD3 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 171 | 211 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.17 |
| HSL | 295.5º | 0.31% | 0.75% | - |
| HSV(B) | 295.5º | 0.19% | 0.83% | - |
| XYZ | 52.33 | 47.24 | 67.99 | - |
| YUV | 186.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 211 | 0.01 | 0.19 | 0 | 0.17 | 295.5 | 0.31 | 0.75 |
| Hex | D0 | AB | D3 | 1 | 13 | 0 | 11 | 128 | 1F | 4B |
| Octal | 320 | 253 | 323 | 1 | 23 | 0 | 21 | 450 | 37 | 113 |
| Binary | 11010000 | 10101011 | 11010011 | 1 | 10011 | 0 | 10001 | 100101000 | 11111 | 1001011 |
Color Harmonies of #D0ABD3
Complementary color
Monochromatic Colors of #D0ABD3
Black with #D0ABD3
Text Example
Text Example
White with #D0ABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ABD3; }
p { color: rgb(208,171,211); }
H1.HeaderClassName
{
color: #D0ABD3;
}
.AnyTagClassName
{
color: #D0ABD3;
}
</style>
background-color css
<style>
a { background-color: #D0ABD3; }
a { background-color: rgb(208,171,211); }
div.DivClassName
{
background-color: #D0ABD3;
}
.BgClassName
{
background-color: #D0ABD3;
}
</style>
border-color css
<style>
span { border-color: #D0ABD3; }
span { border-color: rgb(208,171,211); }
td.TdClassName
{
border-color: #D0ABD3;
}
.TagClassName
{
border-color: #D0ABD3;
}
</style>