Shades of Lilac #D5A3CC
Tints of Lilac #D5A3CC
RGB
CMYK
RGB Variations
Color information
#D5A3CC (or 0xD5A3CC) is known color: Lilac. HEX triplet: D5, A3 and CC. RGB value is (213,163,204). Sum of RGB (Red+Green+Blue) = 213+163+204=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 163 (64.06% from 255 or 28.10% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A3CC is #2A5C33. Grayscale: #B6B6B6. Windows color (decimal): -2776116 or 13411285. OLE color: 13411285.
HSL color Cylindrical-coordinate representation of color #D5A3CC: hue angle of 310.8º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A3CC is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 204 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.16 |
| HSL | 310.8º | 0.37% | 0.74% | - |
| HSV(B) | 310.8º | 0.23% | 0.84% | - |
| XYZ | 51.44 | 44.7 | 63.04 | - |
| YUV | 182.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 204 | 0 | 0.23 | 0.04 | 0.16 | 310.8 | 0.37 | 0.74 |
| Hex | D5 | A3 | CC | 0 | 17 | 4 | 10 | 137 | 25 | 4A |
| Octal | 325 | 243 | 314 | 0 | 27 | 4 | 20 | 467 | 45 | 112 |
| Binary | 11010101 | 10100011 | 11001100 | 0 | 10111 | 100 | 10000 | 100110111 | 100101 | 1001010 |
Color Harmonies of #D5A3CC
Complementary color
Monochromatic Colors of #D5A3CC
Black with #D5A3CC
Text Example
Text Example
White with #D5A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A3CC; }
p { color: rgb(213,163,204); }
H1.HeaderClassName
{
color: #D5A3CC;
}
.AnyTagClassName
{
color: #D5A3CC;
}
</style>
background-color css
<style>
a { background-color: #D5A3CC; }
a { background-color: rgb(213,163,204); }
div.DivClassName
{
background-color: #D5A3CC;
}
.BgClassName
{
background-color: #D5A3CC;
}
</style>
border-color css
<style>
span { border-color: #D5A3CC; }
span { border-color: rgb(213,163,204); }
td.TdClassName
{
border-color: #D5A3CC;
}
.TagClassName
{
border-color: #D5A3CC;
}
</style>