Shades of Lilac #D5A1CC
Tints of Lilac #D5A1CC
RGB
CMYK
RGB Variations
Color information
#D5A1CC (or 0xD5A1CC) is known color: Lilac. HEX triplet: D5, A1 and CC. RGB value is (213,161,204). Sum of RGB (Red+Green+Blue) = 213+161+204=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1CC is #2A5E33. Grayscale: #B5B5B5. Windows color (decimal): -2776628 or 13410773. OLE color: 13410773.
HSL color Cylindrical-coordinate representation of color #D5A1CC: hue angle of 310.38º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A1CC is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 204 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.16 |
| HSL | 310.38º | 0.38% | 0.73% | - |
| HSV(B) | 310.38º | 0.24% | 0.84% | - |
| XYZ | 51.08 | 44 | 62.93 | - |
| YUV | 181.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 204 | 0 | 0.24 | 0.04 | 0.16 | 310.38 | 0.38 | 0.73 |
| Hex | D5 | A1 | CC | 0 | 18 | 4 | 10 | 136 | 26 | 49 |
| Octal | 325 | 241 | 314 | 0 | 30 | 4 | 20 | 466 | 46 | 111 |
| Binary | 11010101 | 10100001 | 11001100 | 0 | 11000 | 100 | 10000 | 100110110 | 100110 | 1001001 |
Color Harmonies of #D5A1CC
Complementary color
Monochromatic Colors of #D5A1CC
Black with #D5A1CC
Text Example
Text Example
White with #D5A1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A1CC; }
p { color: rgb(213,161,204); }
H1.HeaderClassName
{
color: #D5A1CC;
}
.AnyTagClassName
{
color: #D5A1CC;
}
</style>
background-color css
<style>
a { background-color: #D5A1CC; }
a { background-color: rgb(213,161,204); }
div.DivClassName
{
background-color: #D5A1CC;
}
.BgClassName
{
background-color: #D5A1CC;
}
</style>
border-color css
<style>
span { border-color: #D5A1CC; }
span { border-color: rgb(213,161,204); }
td.TdClassName
{
border-color: #D5A1CC;
}
.TagClassName
{
border-color: #D5A1CC;
}
</style>