Shades of Lilac #D0A2CC
Tints of Lilac #D0A2CC
RGB
CMYK
RGB Variations
Color information
#D0A2CC (or 0xD0A2CC) is known color: Lilac. HEX triplet: D0, A2 and CC. RGB value is (208,162,204). Sum of RGB (Red+Green+Blue) = 208+162+204=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2CC is #2F5D33. Grayscale: #B4B4B4. Windows color (decimal): -3104052 or 13411024. OLE color: 13411024.
HSL color Cylindrical-coordinate representation of color #D0A2CC: hue angle of 305.22º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A2CC is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 204 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.18 |
| HSL | 305.22º | 0.33% | 0.73% | - |
| HSV(B) | 305.22º | 0.22% | 0.82% | - |
| XYZ | 49.83 | 43.61 | 62.92 | - |
| YUV | 180.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 204 | 0 | 0.22 | 0.02 | 0.18 | 305.22 | 0.33 | 0.73 |
| Hex | D0 | A2 | CC | 0 | 16 | 2 | 12 | 131 | 21 | 49 |
| Octal | 320 | 242 | 314 | 0 | 26 | 2 | 22 | 461 | 41 | 111 |
| Binary | 11010000 | 10100010 | 11001100 | 0 | 10110 | 10 | 10010 | 100110001 | 100001 | 1001001 |
Color Harmonies of #D0A2CC
Complementary color
Monochromatic Colors of #D0A2CC
Black with #D0A2CC
Text Example
Text Example
White with #D0A2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A2CC; }
p { color: rgb(208,162,204); }
H1.HeaderClassName
{
color: #D0A2CC;
}
.AnyTagClassName
{
color: #D0A2CC;
}
</style>
background-color css
<style>
a { background-color: #D0A2CC; }
a { background-color: rgb(208,162,204); }
div.DivClassName
{
background-color: #D0A2CC;
}
.BgClassName
{
background-color: #D0A2CC;
}
</style>
border-color css
<style>
span { border-color: #D0A2CC; }
span { border-color: rgb(208,162,204); }
td.TdClassName
{
border-color: #D0A2CC;
}
.TagClassName
{
border-color: #D0A2CC;
}
</style>