Shades of Lilac #D5A8CC
Tints of Lilac #D5A8CC
RGB
CMYK
RGB Variations
Color information
#D5A8CC (or 0xD5A8CC) is known color: Lilac. HEX triplet: D5, A8 and CC. RGB value is (213,168,204). Sum of RGB (Red+Green+Blue) = 213+168+204=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A8CC is #2A5733. Grayscale: #B9B9B9. Windows color (decimal): -2774836 or 13412565. OLE color: 13412565.
HSL color Cylindrical-coordinate representation of color #D5A8CC: hue angle of 312º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5A8CC is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 204 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.16 |
| HSL | 312º | 0.35% | 0.75% | - |
| HSV(B) | 312º | 0.21% | 0.84% | - |
| XYZ | 52.34 | 46.51 | 63.35 | - |
| YUV | 185.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 204 | 0 | 0.21 | 0.04 | 0.16 | 312 | 0.35 | 0.75 |
| Hex | D5 | A8 | CC | 0 | 15 | 4 | 10 | 138 | 23 | 4B |
| Octal | 325 | 250 | 314 | 0 | 25 | 4 | 20 | 470 | 43 | 113 |
| Binary | 11010101 | 10101000 | 11001100 | 0 | 10101 | 100 | 10000 | 100111000 | 100011 | 1001011 |
Color Harmonies of #D5A8CC
Complementary color
Monochromatic Colors of #D5A8CC
Black with #D5A8CC
Text Example
Text Example
White with #D5A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A8CC; }
p { color: rgb(213,168,204); }
H1.HeaderClassName
{
color: #D5A8CC;
}
.AnyTagClassName
{
color: #D5A8CC;
}
</style>
background-color css
<style>
a { background-color: #D5A8CC; }
a { background-color: rgb(213,168,204); }
div.DivClassName
{
background-color: #D5A8CC;
}
.BgClassName
{
background-color: #D5A8CC;
}
</style>
border-color css
<style>
span { border-color: #D5A8CC; }
span { border-color: rgb(213,168,204); }
td.TdClassName
{
border-color: #D5A8CC;
}
.TagClassName
{
border-color: #D5A8CC;
}
</style>