Shades of Lilac #D2A3CF
Tints of Lilac #D2A3CF
RGB
CMYK
RGB Variations
Color information
#D2A3CF (or 0xD2A3CF) is known color: Lilac. HEX triplet: D2, A3 and CF. RGB value is (210,163,207). Sum of RGB (Red+Green+Blue) = 210+163+207=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 163 (64.06% from 255 or 28.10% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A3CF is #2D5C30. Grayscale: #B5B5B5. Windows color (decimal): -2972721 or 13607890. OLE color: 13607890.
HSL color Cylindrical-coordinate representation of color #D2A3CF: hue angle of 303.83º 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 #D2A3CF is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 207 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.18 |
| HSL | 303.83º | 0.34% | 0.73% | - |
| HSV(B) | 303.83º | 0.22% | 0.82% | - |
| XYZ | 50.94 | 44.4 | 64.92 | - |
| YUV | 182.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 207 | 0 | 0.22 | 0.01 | 0.18 | 303.83 | 0.34 | 0.73 |
| Hex | D2 | A3 | CF | 0 | 16 | 1 | 12 | 130 | 22 | 49 |
| Octal | 322 | 243 | 317 | 0 | 26 | 1 | 22 | 460 | 42 | 111 |
| Binary | 11010010 | 10100011 | 11001111 | 0 | 10110 | 1 | 10010 | 100110000 | 100010 | 1001001 |
Color Harmonies of #D2A3CF
Complementary color
Monochromatic Colors of #D2A3CF
Black with #D2A3CF
Text Example
Text Example
White with #D2A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A3CF; }
p { color: rgb(210,163,207); }
H1.HeaderClassName
{
color: #D2A3CF;
}
.AnyTagClassName
{
color: #D2A3CF;
}
</style>
background-color css
<style>
a { background-color: #D2A3CF; }
a { background-color: rgb(210,163,207); }
div.DivClassName
{
background-color: #D2A3CF;
}
.BgClassName
{
background-color: #D2A3CF;
}
</style>
border-color css
<style>
span { border-color: #D2A3CF; }
span { border-color: rgb(210,163,207); }
td.TdClassName
{
border-color: #D2A3CF;
}
.TagClassName
{
border-color: #D2A3CF;
}
</style>