Shades of Lilac #D2A3CB
Tints of Lilac #D2A3CB
RGB
CMYK
RGB Variations
Color information
#D2A3CB (or 0xD2A3CB) is known color: Lilac. HEX triplet: D2, A3 and CB. RGB value is (210,163,203). Sum of RGB (Red+Green+Blue) = 210+163+203=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 163 (64.06% from 255 or 28.30% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A3CB is #2D5C34. Grayscale: #B5B5B5. Windows color (decimal): -2972725 or 13345746. OLE color: 13345746.
HSL color Cylindrical-coordinate representation of color #D2A3CB: hue angle of 308.94º 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 #D2A3CB is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 203 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.18 |
| HSL | 308.94º | 0.34% | 0.73% | - |
| HSV(B) | 308.94º | 0.22% | 0.82% | - |
| XYZ | 50.46 | 44.21 | 62.37 | - |
| YUV | 181.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 203 | 0 | 0.22 | 0.03 | 0.18 | 308.94 | 0.34 | 0.73 |
| Hex | D2 | A3 | CB | 0 | 16 | 3 | 12 | 135 | 22 | 49 |
| Octal | 322 | 243 | 313 | 0 | 26 | 3 | 22 | 465 | 42 | 111 |
| Binary | 11010010 | 10100011 | 11001011 | 0 | 10110 | 11 | 10010 | 100110101 | 100010 | 1001001 |
Color Harmonies of #D2A3CB
Complementary color
Monochromatic Colors of #D2A3CB
Black with #D2A3CB
Text Example
Text Example
White with #D2A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A3CB; }
p { color: rgb(210,163,203); }
H1.HeaderClassName
{
color: #D2A3CB;
}
.AnyTagClassName
{
color: #D2A3CB;
}
</style>
background-color css
<style>
a { background-color: #D2A3CB; }
a { background-color: rgb(210,163,203); }
div.DivClassName
{
background-color: #D2A3CB;
}
.BgClassName
{
background-color: #D2A3CB;
}
</style>
border-color css
<style>
span { border-color: #D2A3CB; }
span { border-color: rgb(210,163,203); }
td.TdClassName
{
border-color: #D2A3CB;
}
.TagClassName
{
border-color: #D2A3CB;
}
</style>