Shades of Lilac #D2A4CA
Tints of Lilac #D2A4CA
RGB
CMYK
RGB Variations
Color information
#D2A4CA (or 0xD2A4CA) is known color: Lilac. HEX triplet: D2, A4 and CA. RGB value is (210,164,202). Sum of RGB (Red+Green+Blue) = 210+164+202=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 164 (64.45% from 255 or 28.47% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A4CA is #2D5B35. Grayscale: #B5B5B5. Windows color (decimal): -2972470 or 13280466. OLE color: 13280466.
HSL color Cylindrical-coordinate representation of color #D2A4CA: hue angle of 310.43º 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 #D2A4CA is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 202 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.18 |
| HSL | 310.43º | 0.34% | 0.73% | - |
| HSV(B) | 310.43º | 0.22% | 0.82% | - |
| XYZ | 50.51 | 44.52 | 61.81 | - |
| YUV | 182.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 202 | 0 | 0.22 | 0.04 | 0.18 | 310.43 | 0.34 | 0.73 |
| Hex | D2 | A4 | CA | 0 | 16 | 4 | 12 | 136 | 22 | 49 |
| Octal | 322 | 244 | 312 | 0 | 26 | 4 | 22 | 466 | 42 | 111 |
| Binary | 11010010 | 10100100 | 11001010 | 0 | 10110 | 100 | 10010 | 100110110 | 100010 | 1001001 |
Color Harmonies of #D2A4CA
Complementary color
Monochromatic Colors of #D2A4CA
Black with #D2A4CA
Text Example
Text Example
White with #D2A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A4CA; }
p { color: rgb(210,164,202); }
H1.HeaderClassName
{
color: #D2A4CA;
}
.AnyTagClassName
{
color: #D2A4CA;
}
</style>
background-color css
<style>
a { background-color: #D2A4CA; }
a { background-color: rgb(210,164,202); }
div.DivClassName
{
background-color: #D2A4CA;
}
.BgClassName
{
background-color: #D2A4CA;
}
</style>
border-color css
<style>
span { border-color: #D2A4CA; }
span { border-color: rgb(210,164,202); }
td.TdClassName
{
border-color: #D2A4CA;
}
.TagClassName
{
border-color: #D2A4CA;
}
</style>