Shades of Lilac #D0A1CB
Tints of Lilac #D0A1CB
RGB
CMYK
RGB Variations
Color information
#D0A1CB (or 0xD0A1CB) is known color: Lilac. HEX triplet: D0, A1 and CB. RGB value is (208,161,203). Sum of RGB (Red+Green+Blue) = 208+161+203=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1CB is #2F5E34. Grayscale: #B3B3B3. Windows color (decimal): -3104309 or 13345232. OLE color: 13345232.
HSL color Cylindrical-coordinate representation of color #D0A1CB: hue angle of 306.38º 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 #D0A1CB is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 203 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.18 |
| HSL | 306.38º | 0.33% | 0.72% | - |
| HSV(B) | 306.38º | 0.23% | 0.82% | - |
| XYZ | 49.54 | 43.21 | 62.23 | - |
| YUV | 179.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 203 | 0 | 0.23 | 0.02 | 0.18 | 306.38 | 0.33 | 0.72 |
| Hex | D0 | A1 | CB | 0 | 17 | 2 | 12 | 132 | 21 | 48 |
| Octal | 320 | 241 | 313 | 0 | 27 | 2 | 22 | 462 | 41 | 110 |
| Binary | 11010000 | 10100001 | 11001011 | 0 | 10111 | 10 | 10010 | 100110010 | 100001 | 1001000 |
Color Harmonies of #D0A1CB
Complementary color
Monochromatic Colors of #D0A1CB
Black with #D0A1CB
Text Example
Text Example
White with #D0A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A1CB; }
p { color: rgb(208,161,203); }
H1.HeaderClassName
{
color: #D0A1CB;
}
.AnyTagClassName
{
color: #D0A1CB;
}
</style>
background-color css
<style>
a { background-color: #D0A1CB; }
a { background-color: rgb(208,161,203); }
div.DivClassName
{
background-color: #D0A1CB;
}
.BgClassName
{
background-color: #D0A1CB;
}
</style>
border-color css
<style>
span { border-color: #D0A1CB; }
span { border-color: rgb(208,161,203); }
td.TdClassName
{
border-color: #D0A1CB;
}
.TagClassName
{
border-color: #D0A1CB;
}
</style>