Shades of Lilac #D1A0CB
Tints of Lilac #D1A0CB
RGB
CMYK
RGB Variations
Color information
#D1A0CB (or 0xD1A0CB) is known color: Lilac. HEX triplet: D1, A0 and CB. RGB value is (209,160,203). Sum of RGB (Red+Green+Blue) = 209+160+203=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A0CB is #2E5F34. Grayscale: #B3B3B3. Windows color (decimal): -3039029 or 13344977. OLE color: 13344977.
HSL color Cylindrical-coordinate representation of color #D1A0CB: hue angle of 307.35º degrees, saturation: 0.35, 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 #D1A0CB is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 203 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.18 |
| HSL | 307.35º | 0.35% | 0.72% | - |
| HSV(B) | 307.35º | 0.23% | 0.82% | - |
| XYZ | 49.64 | 43.01 | 62.18 | - |
| YUV | 179.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 203 | 0 | 0.23 | 0.03 | 0.18 | 307.35 | 0.35 | 0.72 |
| Hex | D1 | A0 | CB | 0 | 17 | 3 | 12 | 133 | 23 | 48 |
| Octal | 321 | 240 | 313 | 0 | 27 | 3 | 22 | 463 | 43 | 110 |
| Binary | 11010001 | 10100000 | 11001011 | 0 | 10111 | 11 | 10010 | 100110011 | 100011 | 1001000 |
Color Harmonies of #D1A0CB
Complementary color
Monochromatic Colors of #D1A0CB
Black with #D1A0CB
Text Example
Text Example
White with #D1A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A0CB; }
p { color: rgb(209,160,203); }
H1.HeaderClassName
{
color: #D1A0CB;
}
.AnyTagClassName
{
color: #D1A0CB;
}
</style>
background-color css
<style>
a { background-color: #D1A0CB; }
a { background-color: rgb(209,160,203); }
div.DivClassName
{
background-color: #D1A0CB;
}
.BgClassName
{
background-color: #D1A0CB;
}
</style>
border-color css
<style>
span { border-color: #D1A0CB; }
span { border-color: rgb(209,160,203); }
td.TdClassName
{
border-color: #D1A0CB;
}
.TagClassName
{
border-color: #D1A0CB;
}
</style>