Shades of Lilac #D0A1CC
Tints of Lilac #D0A1CC
RGB
CMYK
RGB Variations
Color information
#D0A1CC (or 0xD0A1CC) is known color: Lilac. HEX triplet: D0, A1 and CC. RGB value is (208,161,204). Sum of RGB (Red+Green+Blue) = 208+161+204=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1CC is #2F5E33. Grayscale: #B3B3B3. Windows color (decimal): -3104308 or 13410768. OLE color: 13410768.
HSL color Cylindrical-coordinate representation of color #D0A1CC: hue angle of 305.11º degrees, saturation: 0.33, 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 #D0A1CC is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 204 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.18 |
| HSL | 305.11º | 0.33% | 0.72% | - |
| HSV(B) | 305.11º | 0.23% | 0.82% | - |
| XYZ | 49.66 | 43.26 | 62.86 | - |
| YUV | 179.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 204 | 0 | 0.23 | 0.02 | 0.18 | 305.11 | 0.33 | 0.72 |
| Hex | D0 | A1 | CC | 0 | 17 | 2 | 12 | 131 | 21 | 48 |
| Octal | 320 | 241 | 314 | 0 | 27 | 2 | 22 | 461 | 41 | 110 |
| Binary | 11010000 | 10100001 | 11001100 | 0 | 10111 | 10 | 10010 | 100110001 | 100001 | 1001000 |
Color Harmonies of #D0A1CC
Complementary color
Monochromatic Colors of #D0A1CC
Black with #D0A1CC
Text Example
Text Example
White with #D0A1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A1CC; }
p { color: rgb(208,161,204); }
H1.HeaderClassName
{
color: #D0A1CC;
}
.AnyTagClassName
{
color: #D0A1CC;
}
</style>
background-color css
<style>
a { background-color: #D0A1CC; }
a { background-color: rgb(208,161,204); }
div.DivClassName
{
background-color: #D0A1CC;
}
.BgClassName
{
background-color: #D0A1CC;
}
</style>
border-color css
<style>
span { border-color: #D0A1CC; }
span { border-color: rgb(208,161,204); }
td.TdClassName
{
border-color: #D0A1CC;
}
.TagClassName
{
border-color: #D0A1CC;
}
</style>