Shades of Lilac #D0A6CC
Tints of Lilac #D0A6CC
RGB
CMYK
RGB Variations
Color information
#D0A6CC (or 0xD0A6CC) is known color: Lilac. HEX triplet: D0, A6 and CC. RGB value is (208,166,204). Sum of RGB (Red+Green+Blue) = 208+166+204=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6CC is #2F5933. Grayscale: #B6B6B6. Windows color (decimal): -3103028 or 13412048. OLE color: 13412048.
HSL color Cylindrical-coordinate representation of color #D0A6CC: hue angle of 305.71º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A6CC is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 204 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.18 |
| HSL | 305.71º | 0.31% | 0.73% | - |
| HSV(B) | 305.71º | 0.2% | 0.82% | - |
| XYZ | 50.55 | 45.04 | 63.16 | - |
| YUV | 182.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 204 | 0 | 0.20 | 0.02 | 0.18 | 305.71 | 0.31 | 0.73 |
| Hex | D0 | A6 | CC | 0 | 14 | 2 | 12 | 132 | 1F | 49 |
| Octal | 320 | 246 | 314 | 0 | 24 | 2 | 22 | 462 | 37 | 111 |
| Binary | 11010000 | 10100110 | 11001100 | 0 | 10100 | 10 | 10010 | 100110010 | 11111 | 1001001 |
Color Harmonies of #D0A6CC
Complementary color
Monochromatic Colors of #D0A6CC
Black with #D0A6CC
Text Example
Text Example
White with #D0A6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6CC; }
p { color: rgb(208,166,204); }
H1.HeaderClassName
{
color: #D0A6CC;
}
.AnyTagClassName
{
color: #D0A6CC;
}
</style>
background-color css
<style>
a { background-color: #D0A6CC; }
a { background-color: rgb(208,166,204); }
div.DivClassName
{
background-color: #D0A6CC;
}
.BgClassName
{
background-color: #D0A6CC;
}
</style>
border-color css
<style>
span { border-color: #D0A6CC; }
span { border-color: rgb(208,166,204); }
td.TdClassName
{
border-color: #D0A6CC;
}
.TagClassName
{
border-color: #D0A6CC;
}
</style>