Shades of Lilac #D2A3CC
Tints of Lilac #D2A3CC
RGB
CMYK
RGB Variations
Color information
#D2A3CC (or 0xD2A3CC) is known color: Lilac. HEX triplet: D2, A3 and CC. RGB value is (210,163,204). Sum of RGB (Red+Green+Blue) = 210+163+204=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 163 (64.06% from 255 or 28.25% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A3CC is #2D5C33. Grayscale: #B5B5B5. Windows color (decimal): -2972724 or 13411282. OLE color: 13411282.
HSL color Cylindrical-coordinate representation of color #D2A3CC: hue angle of 307.66º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2A3CC is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 204 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.18 |
| HSL | 307.66º | 0.34% | 0.73% | - |
| HSV(B) | 307.66º | 0.22% | 0.82% | - |
| XYZ | 50.57 | 44.26 | 63 | - |
| YUV | 181.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 204 | 0 | 0.22 | 0.03 | 0.18 | 307.66 | 0.34 | 0.73 |
| Hex | D2 | A3 | CC | 0 | 16 | 3 | 12 | 134 | 22 | 49 |
| Octal | 322 | 243 | 314 | 0 | 26 | 3 | 22 | 464 | 42 | 111 |
| Binary | 11010010 | 10100011 | 11001100 | 0 | 10110 | 11 | 10010 | 100110100 | 100010 | 1001001 |
Color Harmonies of #D2A3CC
Complementary color
Monochromatic Colors of #D2A3CC
Black with #D2A3CC
Text Example
Text Example
White with #D2A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A3CC; }
p { color: rgb(210,163,204); }
H1.HeaderClassName
{
color: #D2A3CC;
}
.AnyTagClassName
{
color: #D2A3CC;
}
</style>
background-color css
<style>
a { background-color: #D2A3CC; }
a { background-color: rgb(210,163,204); }
div.DivClassName
{
background-color: #D2A3CC;
}
.BgClassName
{
background-color: #D2A3CC;
}
</style>
border-color css
<style>
span { border-color: #D2A3CC; }
span { border-color: rgb(210,163,204); }
td.TdClassName
{
border-color: #D2A3CC;
}
.TagClassName
{
border-color: #D2A3CC;
}
</style>