Shades of Lilac #D0A4CC
Tints of Lilac #D0A4CC
RGB
CMYK
RGB Variations
Color information
#D0A4CC (or 0xD0A4CC) is known color: Lilac. HEX triplet: D0, A4 and CC. RGB value is (208,164,204). Sum of RGB (Red+Green+Blue) = 208+164+204=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 164 (64.45% from 255 or 28.47% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4CC is #2F5B33. Grayscale: #B5B5B5. Windows color (decimal): -3103540 or 13411536. OLE color: 13411536.
HSL color Cylindrical-coordinate representation of color #D0A4CC: hue angle of 305.45º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0A4CC is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 204 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.18 |
| HSL | 305.45º | 0.32% | 0.73% | - |
| HSV(B) | 305.45º | 0.21% | 0.82% | - |
| XYZ | 50.19 | 44.32 | 63.04 | - |
| YUV | 181.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 204 | 0 | 0.21 | 0.02 | 0.18 | 305.45 | 0.32 | 0.73 |
| Hex | D0 | A4 | CC | 0 | 15 | 2 | 12 | 131 | 20 | 49 |
| Octal | 320 | 244 | 314 | 0 | 25 | 2 | 22 | 461 | 40 | 111 |
| Binary | 11010000 | 10100100 | 11001100 | 0 | 10101 | 10 | 10010 | 100110001 | 100000 | 1001001 |
Color Harmonies of #D0A4CC
Complementary color
Monochromatic Colors of #D0A4CC
Black with #D0A4CC
Text Example
Text Example
White with #D0A4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A4CC; }
p { color: rgb(208,164,204); }
H1.HeaderClassName
{
color: #D0A4CC;
}
.AnyTagClassName
{
color: #D0A4CC;
}
</style>
background-color css
<style>
a { background-color: #D0A4CC; }
a { background-color: rgb(208,164,204); }
div.DivClassName
{
background-color: #D0A4CC;
}
.BgClassName
{
background-color: #D0A4CC;
}
</style>
border-color css
<style>
span { border-color: #D0A4CC; }
span { border-color: rgb(208,164,204); }
td.TdClassName
{
border-color: #D0A4CC;
}
.TagClassName
{
border-color: #D0A4CC;
}
</style>