Shades of Lilac #D0A0CC
Tints of Lilac #D0A0CC
RGB
CMYK
RGB Variations
Color information
#D0A0CC (or 0xD0A0CC) is known color: Lilac. HEX triplet: D0, A0 and CC. RGB value is (208,160,204). Sum of RGB (Red+Green+Blue) = 208+160+204=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A0CC is #2F5F33. Grayscale: #B3B3B3. Windows color (decimal): -3104564 or 13410512. OLE color: 13410512.
HSL color Cylindrical-coordinate representation of color #D0A0CC: hue angle of 305º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A0CC is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 204 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.18 |
| HSL | 305º | 0.34% | 0.72% | - |
| HSV(B) | 305º | 0.23% | 0.82% | - |
| XYZ | 49.48 | 42.91 | 62.8 | - |
| YUV | 179.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 204 | 0 | 0.23 | 0.02 | 0.18 | 305 | 0.34 | 0.72 |
| Hex | D0 | A0 | CC | 0 | 17 | 2 | 12 | 131 | 22 | 48 |
| Octal | 320 | 240 | 314 | 0 | 27 | 2 | 22 | 461 | 42 | 110 |
| Binary | 11010000 | 10100000 | 11001100 | 0 | 10111 | 10 | 10010 | 100110001 | 100010 | 1001000 |
Color Harmonies of #D0A0CC
Complementary color
Monochromatic Colors of #D0A0CC
Black with #D0A0CC
Text Example
Text Example
White with #D0A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A0CC; }
p { color: rgb(208,160,204); }
H1.HeaderClassName
{
color: #D0A0CC;
}
.AnyTagClassName
{
color: #D0A0CC;
}
</style>
background-color css
<style>
a { background-color: #D0A0CC; }
a { background-color: rgb(208,160,204); }
div.DivClassName
{
background-color: #D0A0CC;
}
.BgClassName
{
background-color: #D0A0CC;
}
</style>
border-color css
<style>
span { border-color: #D0A0CC; }
span { border-color: rgb(208,160,204); }
td.TdClassName
{
border-color: #D0A0CC;
}
.TagClassName
{
border-color: #D0A0CC;
}
</style>