Shades of Lilac #D0ABCC
Tints of Lilac #D0ABCC
RGB
CMYK
RGB Variations
Color information
#D0ABCC (or 0xD0ABCC) is known color: Lilac. HEX triplet: D0, AB and CC. RGB value is (208,171,204). Sum of RGB (Red+Green+Blue) = 208+171+204=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABCC is #2F5433. Grayscale: #B9B9B9. Windows color (decimal): -3101748 or 13413328. OLE color: 13413328.
HSL color Cylindrical-coordinate representation of color #D0ABCC: hue angle of 306.49º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0ABCC is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 204 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.18 |
| HSL | 306.49º | 0.28% | 0.74% | - |
| HSV(B) | 306.49º | 0.18% | 0.82% | - |
| XYZ | 51.47 | 46.9 | 63.47 | - |
| YUV | 185.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 204 | 0 | 0.18 | 0.02 | 0.18 | 306.49 | 0.28 | 0.74 |
| Hex | D0 | AB | CC | 0 | 12 | 2 | 12 | 132 | 1C | 4A |
| Octal | 320 | 253 | 314 | 0 | 22 | 2 | 22 | 462 | 34 | 112 |
| Binary | 11010000 | 10101011 | 11001100 | 0 | 10010 | 10 | 10010 | 100110010 | 11100 | 1001010 |
Color Harmonies of #D0ABCC
Complementary color
Monochromatic Colors of #D0ABCC
Black with #D0ABCC
Text Example
Text Example
White with #D0ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ABCC; }
p { color: rgb(208,171,204); }
H1.HeaderClassName
{
color: #D0ABCC;
}
.AnyTagClassName
{
color: #D0ABCC;
}
</style>
background-color css
<style>
a { background-color: #D0ABCC; }
a { background-color: rgb(208,171,204); }
div.DivClassName
{
background-color: #D0ABCC;
}
.BgClassName
{
background-color: #D0ABCC;
}
</style>
border-color css
<style>
span { border-color: #D0ABCC; }
span { border-color: rgb(208,171,204); }
td.TdClassName
{
border-color: #D0ABCC;
}
.TagClassName
{
border-color: #D0ABCC;
}
</style>