Shades of Lilac #D2A9CB
Tints of Lilac #D2A9CB
RGB
CMYK
RGB Variations
Color information
#D2A9CB (or 0xD2A9CB) is known color: Lilac. HEX triplet: D2, A9 and CB. RGB value is (210,169,203). Sum of RGB (Red+Green+Blue) = 210+169+203=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A9CB is #2D5634. Grayscale: #B9B9B9. Windows color (decimal): -2971189 or 13347282. OLE color: 13347282.
HSL color Cylindrical-coordinate representation of color #D2A9CB: hue angle of 310.24º degrees, saturation: 0.31, 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 #D2A9CB is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 169 | 203 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.18 |
| HSL | 310.24º | 0.31% | 0.74% | - |
| HSV(B) | 310.24º | 0.2% | 0.82% | - |
| XYZ | 51.55 | 46.39 | 62.74 | - |
| YUV | 185.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 169 | 203 | 0 | 0.20 | 0.03 | 0.18 | 310.24 | 0.31 | 0.74 |
| Hex | D2 | A9 | CB | 0 | 14 | 3 | 12 | 136 | 1F | 4A |
| Octal | 322 | 251 | 313 | 0 | 24 | 3 | 22 | 466 | 37 | 112 |
| Binary | 11010010 | 10101001 | 11001011 | 0 | 10100 | 11 | 10010 | 100110110 | 11111 | 1001010 |
Color Harmonies of #D2A9CB
Complementary color
Monochromatic Colors of #D2A9CB
Black with #D2A9CB
Text Example
Text Example
White with #D2A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A9CB; }
p { color: rgb(210,169,203); }
H1.HeaderClassName
{
color: #D2A9CB;
}
.AnyTagClassName
{
color: #D2A9CB;
}
</style>
background-color css
<style>
a { background-color: #D2A9CB; }
a { background-color: rgb(210,169,203); }
div.DivClassName
{
background-color: #D2A9CB;
}
.BgClassName
{
background-color: #D2A9CB;
}
</style>
border-color css
<style>
span { border-color: #D2A9CB; }
span { border-color: rgb(210,169,203); }
td.TdClassName
{
border-color: #D2A9CB;
}
.TagClassName
{
border-color: #D2A9CB;
}
</style>