Shades of Lilac #D6A0CB
Tints of Lilac #D6A0CB
RGB
CMYK
RGB Variations
Color information
#D6A0CB (or 0xD6A0CB) is known color: Lilac. HEX triplet: D6, A0 and CB. RGB value is (214,160,203). Sum of RGB (Red+Green+Blue) = 214+160+203=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0CB is #295F34. Grayscale: #B4B4B4. Windows color (decimal): -2711349 or 13344982. OLE color: 13344982.
HSL color Cylindrical-coordinate representation of color #D6A0CB: hue angle of 312.22º 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 #D6A0CB is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 203 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.16 |
| HSL | 312.22º | 0.4% | 0.73% | - |
| HSV(B) | 312.22º | 0.25% | 0.84% | - |
| XYZ | 51.08 | 43.75 | 62.25 | - |
| YUV | 181.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 203 | 0 | 0.25 | 0.05 | 0.16 | 312.22 | 0.4 | 0.73 |
| Hex | D6 | A0 | CB | 0 | 19 | 5 | 10 | 138 | 28 | 49 |
| Octal | 326 | 240 | 313 | 0 | 31 | 5 | 20 | 470 | 50 | 111 |
| Binary | 11010110 | 10100000 | 11001011 | 0 | 11001 | 101 | 10000 | 100111000 | 101000 | 1001001 |
Color Harmonies of #D6A0CB
Complementary color
Monochromatic Colors of #D6A0CB
Black with #D6A0CB
Text Example
Text Example
White with #D6A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A0CB; }
p { color: rgb(214,160,203); }
H1.HeaderClassName
{
color: #D6A0CB;
}
.AnyTagClassName
{
color: #D6A0CB;
}
</style>
background-color css
<style>
a { background-color: #D6A0CB; }
a { background-color: rgb(214,160,203); }
div.DivClassName
{
background-color: #D6A0CB;
}
.BgClassName
{
background-color: #D6A0CB;
}
</style>
border-color css
<style>
span { border-color: #D6A0CB; }
span { border-color: rgb(214,160,203); }
td.TdClassName
{
border-color: #D6A0CB;
}
.TagClassName
{
border-color: #D6A0CB;
}
</style>