Shades of Lilac #D3A5CC
Tints of Lilac #D3A5CC
RGB
CMYK
RGB Variations
Color information
#D3A5CC (or 0xD3A5CC) is known color: Lilac. HEX triplet: D3, A5 and CC. RGB value is (211,165,204). Sum of RGB (Red+Green+Blue) = 211+165+204=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A5CC is #2C5A33. Grayscale: #B7B7B7. Windows color (decimal): -2906676 or 13411795. OLE color: 13411795.
HSL color Cylindrical-coordinate representation of color #D3A5CC: hue angle of 309.13º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3A5CC is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 165 | 204 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.17 |
| HSL | 309.13º | 0.34% | 0.74% | - |
| HSV(B) | 309.13º | 0.22% | 0.83% | - |
| XYZ | 51.22 | 45.12 | 63.14 | - |
| YUV | 183.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 165 | 204 | 0 | 0.22 | 0.03 | 0.17 | 309.13 | 0.34 | 0.74 |
| Hex | D3 | A5 | CC | 0 | 16 | 3 | 11 | 135 | 22 | 4A |
| Octal | 323 | 245 | 314 | 0 | 26 | 3 | 21 | 465 | 42 | 112 |
| Binary | 11010011 | 10100101 | 11001100 | 0 | 10110 | 11 | 10001 | 100110101 | 100010 | 1001010 |
Color Harmonies of #D3A5CC
Complementary color
Monochromatic Colors of #D3A5CC
Black with #D3A5CC
Text Example
Text Example
White with #D3A5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A5CC; }
p { color: rgb(211,165,204); }
H1.HeaderClassName
{
color: #D3A5CC;
}
.AnyTagClassName
{
color: #D3A5CC;
}
</style>
background-color css
<style>
a { background-color: #D3A5CC; }
a { background-color: rgb(211,165,204); }
div.DivClassName
{
background-color: #D3A5CC;
}
.BgClassName
{
background-color: #D3A5CC;
}
</style>
border-color css
<style>
span { border-color: #D3A5CC; }
span { border-color: rgb(211,165,204); }
td.TdClassName
{
border-color: #D3A5CC;
}
.TagClassName
{
border-color: #D3A5CC;
}
</style>