Shades of Lilac #D8A0CB
Tints of Lilac #D8A0CB
RGB
CMYK
RGB Variations
Color information
#D8A0CB (or 0xD8A0CB) is known color: Lilac. HEX triplet: D8, A0 and CB. RGB value is (216,160,203). Sum of RGB (Red+Green+Blue) = 216+160+203=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A0CB is #275F34. Grayscale: #B5B5B5. Windows color (decimal): -2580277 or 13344984. OLE color: 13344984.
HSL color Cylindrical-coordinate representation of color #D8A0CB: hue angle of 313.93º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A0CB is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 160 | 203 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.15 |
| HSL | 313.93º | 0.42% | 0.74% | - |
| HSV(B) | 313.93º | 0.26% | 0.85% | - |
| XYZ | 51.67 | 44.05 | 62.28 | - |
| YUV | 181.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 203 | 0 | 0.26 | 0.06 | 0.15 | 313.93 | 0.42 | 0.74 |
| Hex | D8 | A0 | CB | 0 | 1A | 6 | F | 13A | 2A | 4A |
| Octal | 330 | 240 | 313 | 0 | 32 | 6 | 17 | 472 | 52 | 112 |
| Binary | 11011000 | 10100000 | 11001011 | 0 | 11010 | 110 | 1111 | 100111010 | 101010 | 1001010 |
Color Harmonies of #D8A0CB
Complementary color
Monochromatic Colors of #D8A0CB
Black with #D8A0CB
Text Example
Text Example
White with #D8A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A0CB; }
p { color: rgb(216,160,203); }
H1.HeaderClassName
{
color: #D8A0CB;
}
.AnyTagClassName
{
color: #D8A0CB;
}
</style>
background-color css
<style>
a { background-color: #D8A0CB; }
a { background-color: rgb(216,160,203); }
div.DivClassName
{
background-color: #D8A0CB;
}
.BgClassName
{
background-color: #D8A0CB;
}
</style>
border-color css
<style>
span { border-color: #D8A0CB; }
span { border-color: rgb(216,160,203); }
td.TdClassName
{
border-color: #D8A0CB;
}
.TagClassName
{
border-color: #D8A0CB;
}
</style>