Shades of Lilac #D2AACB
Tints of Lilac #D2AACB
RGB
CMYK
RGB Variations
Color information
#D2AACB (or 0xD2AACB) is known color: Lilac. HEX triplet: D2, AA and CB. RGB value is (210,170,203). Sum of RGB (Red+Green+Blue) = 210+170+203=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AACB is #2D5534. Grayscale: #B9B9B9. Windows color (decimal): -2970933 or 13347538. OLE color: 13347538.
HSL color Cylindrical-coordinate representation of color #D2AACB: hue angle of 310.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2AACB is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 203 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.18 |
| HSL | 310.5º | 0.31% | 0.75% | - |
| HSV(B) | 310.5º | 0.19% | 0.82% | - |
| XYZ | 51.73 | 46.76 | 62.8 | - |
| YUV | 185.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 203 | 0 | 0.19 | 0.03 | 0.18 | 310.5 | 0.31 | 0.75 |
| Hex | D2 | AA | CB | 0 | 13 | 3 | 12 | 136 | 1F | 4B |
| Octal | 322 | 252 | 313 | 0 | 23 | 3 | 22 | 466 | 37 | 113 |
| Binary | 11010010 | 10101010 | 11001011 | 0 | 10011 | 11 | 10010 | 100110110 | 11111 | 1001011 |
Color Harmonies of #D2AACB
Complementary color
Monochromatic Colors of #D2AACB
Black with #D2AACB
Text Example
Text Example
White with #D2AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AACB; }
p { color: rgb(210,170,203); }
H1.HeaderClassName
{
color: #D2AACB;
}
.AnyTagClassName
{
color: #D2AACB;
}
</style>
background-color css
<style>
a { background-color: #D2AACB; }
a { background-color: rgb(210,170,203); }
div.DivClassName
{
background-color: #D2AACB;
}
.BgClassName
{
background-color: #D2AACB;
}
</style>
border-color css
<style>
span { border-color: #D2AACB; }
span { border-color: rgb(210,170,203); }
td.TdClassName
{
border-color: #D2AACB;
}
.TagClassName
{
border-color: #D2AACB;
}
</style>