Shades of Lilac #D6A1CB
Tints of Lilac #D6A1CB
RGB
CMYK
RGB Variations
Color information
#D6A1CB (or 0xD6A1CB) is known color: Lilac. HEX triplet: D6, A1 and CB. RGB value is (214,161,203). Sum of RGB (Red+Green+Blue) = 214+161+203=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A1CB is #295E34. Grayscale: #B5B5B5. Windows color (decimal): -2711093 or 13345238. OLE color: 13345238.
HSL color Cylindrical-coordinate representation of color #D6A1CB: hue angle of 312.45º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A1CB is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 161 | 203 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.16 |
| HSL | 312.45º | 0.39% | 0.74% | - |
| HSV(B) | 312.45º | 0.25% | 0.84% | - |
| XYZ | 51.26 | 44.1 | 62.31 | - |
| YUV | 181.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 161 | 203 | 0 | 0.25 | 0.05 | 0.16 | 312.45 | 0.39 | 0.74 |
| Hex | D6 | A1 | CB | 0 | 19 | 5 | 10 | 138 | 27 | 4A |
| Octal | 326 | 241 | 313 | 0 | 31 | 5 | 20 | 470 | 47 | 112 |
| Binary | 11010110 | 10100001 | 11001011 | 0 | 11001 | 101 | 10000 | 100111000 | 100111 | 1001010 |
Color Harmonies of #D6A1CB
Complementary color
Monochromatic Colors of #D6A1CB
Black with #D6A1CB
Text Example
Text Example
White with #D6A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A1CB; }
p { color: rgb(214,161,203); }
H1.HeaderClassName
{
color: #D6A1CB;
}
.AnyTagClassName
{
color: #D6A1CB;
}
</style>
background-color css
<style>
a { background-color: #D6A1CB; }
a { background-color: rgb(214,161,203); }
div.DivClassName
{
background-color: #D6A1CB;
}
.BgClassName
{
background-color: #D6A1CB;
}
</style>
border-color css
<style>
span { border-color: #D6A1CB; }
span { border-color: rgb(214,161,203); }
td.TdClassName
{
border-color: #D6A1CB;
}
.TagClassName
{
border-color: #D6A1CB;
}
</style>