Shades of Lilac #D6A0CC
Tints of Lilac #D6A0CC
RGB
CMYK
RGB Variations
Color information
#D6A0CC (or 0xD6A0CC) is known color: Lilac. HEX triplet: D6, A0 and CC. RGB value is (214,160,204). Sum of RGB (Red+Green+Blue) = 214+160+204=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 160 (62.89% from 255 or 27.68% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0CC is #295F33. Grayscale: #B5B5B5. Windows color (decimal): -2711348 or 13410518. OLE color: 13410518.
HSL color Cylindrical-coordinate representation of color #D6A0CC: hue angle of 311.11º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A0CC is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 204 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.16 |
| HSL | 311.11º | 0.4% | 0.73% | - |
| HSV(B) | 311.11º | 0.25% | 0.84% | - |
| XYZ | 51.2 | 43.8 | 62.88 | - |
| YUV | 181.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 204 | 0 | 0.25 | 0.05 | 0.16 | 311.11 | 0.4 | 0.73 |
| Hex | D6 | A0 | CC | 0 | 19 | 5 | 10 | 137 | 28 | 49 |
| Octal | 326 | 240 | 314 | 0 | 31 | 5 | 20 | 467 | 50 | 111 |
| Binary | 11010110 | 10100000 | 11001100 | 0 | 11001 | 101 | 10000 | 100110111 | 101000 | 1001001 |
Color Harmonies of #D6A0CC
Complementary color
Monochromatic Colors of #D6A0CC
Black with #D6A0CC
Text Example
Text Example
White with #D6A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A0CC; }
p { color: rgb(214,160,204); }
H1.HeaderClassName
{
color: #D6A0CC;
}
.AnyTagClassName
{
color: #D6A0CC;
}
</style>
background-color css
<style>
a { background-color: #D6A0CC; }
a { background-color: rgb(214,160,204); }
div.DivClassName
{
background-color: #D6A0CC;
}
.BgClassName
{
background-color: #D6A0CC;
}
</style>
border-color css
<style>
span { border-color: #D6A0CC; }
span { border-color: rgb(214,160,204); }
td.TdClassName
{
border-color: #D6A0CC;
}
.TagClassName
{
border-color: #D6A0CC;
}
</style>