Shades of Lilac #D0A8CD
Tints of Lilac #D0A8CD
RGB
CMYK
RGB Variations
Color information
#D0A8CD (or 0xD0A8CD) is known color: Lilac. HEX triplet: D0, A8 and CD. RGB value is (208,168,205). Sum of RGB (Red+Green+Blue) = 208+168+205=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8CD is #2F5732. Grayscale: #B8B8B8. Windows color (decimal): -3102515 or 13478096. OLE color: 13478096.
HSL color Cylindrical-coordinate representation of color #D0A8CD: hue angle of 304.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0A8CD is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 205 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.18 |
| HSL | 304.5º | 0.3% | 0.74% | - |
| HSV(B) | 304.5º | 0.19% | 0.82% | - |
| XYZ | 51.03 | 45.82 | 63.91 | - |
| YUV | 184.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 205 | 0 | 0.19 | 0.01 | 0.18 | 304.5 | 0.3 | 0.74 |
| Hex | D0 | A8 | CD | 0 | 13 | 1 | 12 | 130 | 1E | 4A |
| Octal | 320 | 250 | 315 | 0 | 23 | 1 | 22 | 460 | 36 | 112 |
| Binary | 11010000 | 10101000 | 11001101 | 0 | 10011 | 1 | 10010 | 100110000 | 11110 | 1001010 |
Color Harmonies of #D0A8CD
Complementary color
Monochromatic Colors of #D0A8CD
Black with #D0A8CD
Text Example
Text Example
White with #D0A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A8CD; }
p { color: rgb(208,168,205); }
H1.HeaderClassName
{
color: #D0A8CD;
}
.AnyTagClassName
{
color: #D0A8CD;
}
</style>
background-color css
<style>
a { background-color: #D0A8CD; }
a { background-color: rgb(208,168,205); }
div.DivClassName
{
background-color: #D0A8CD;
}
.BgClassName
{
background-color: #D0A8CD;
}
</style>
border-color css
<style>
span { border-color: #D0A8CD; }
span { border-color: rgb(208,168,205); }
td.TdClassName
{
border-color: #D0A8CD;
}
.TagClassName
{
border-color: #D0A8CD;
}
</style>