Shades of Lilac #D2A8CA
Tints of Lilac #D2A8CA
RGB
CMYK
RGB Variations
Color information
#D2A8CA (or 0xD2A8CA) is known color: Lilac. HEX triplet: D2, A8 and CA. RGB value is (210,168,202). Sum of RGB (Red+Green+Blue) = 210+168+202=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A8CA is #2D5735. Grayscale: #B8B8B8. Windows color (decimal): -2971446 or 13281490. OLE color: 13281490.
HSL color Cylindrical-coordinate representation of color #D2A8CA: hue angle of 311.43º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2A8CA is Cyan = 0, Magento = 0.2, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 202 | - |
| CMYK | 0 | 0.2 | 0.04 | 0.18 |
| HSL | 311.43º | 0.32% | 0.74% | - |
| HSV(B) | 311.43º | 0.2% | 0.82% | - |
| XYZ | 51.24 | 45.97 | 62.05 | - |
| YUV | 184.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 202 | 0 | 0.2 | 0.04 | 0.18 | 311.43 | 0.32 | 0.74 |
| Hex | D2 | A8 | CA | 0 | 14 | 4 | 12 | 137 | 20 | 4A |
| Octal | 322 | 250 | 312 | 0 | 24 | 4 | 22 | 467 | 40 | 112 |
| Binary | 11010010 | 10101000 | 11001010 | 0 | 10100 | 100 | 10010 | 100110111 | 100000 | 1001010 |
Color Harmonies of #D2A8CA
Complementary color
Monochromatic Colors of #D2A8CA
Black with #D2A8CA
Text Example
Text Example
White with #D2A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A8CA; }
p { color: rgb(210,168,202); }
H1.HeaderClassName
{
color: #D2A8CA;
}
.AnyTagClassName
{
color: #D2A8CA;
}
</style>
background-color css
<style>
a { background-color: #D2A8CA; }
a { background-color: rgb(210,168,202); }
div.DivClassName
{
background-color: #D2A8CA;
}
.BgClassName
{
background-color: #D2A8CA;
}
</style>
border-color css
<style>
span { border-color: #D2A8CA; }
span { border-color: rgb(210,168,202); }
td.TdClassName
{
border-color: #D2A8CA;
}
.TagClassName
{
border-color: #D2A8CA;
}
</style>