Shades of Lilac #D2AACF
Tints of Lilac #D2AACF
RGB
CMYK
RGB Variations
Color information
#D2AACF (or 0xD2AACF) is known color: Lilac. HEX triplet: D2, AA and CF. RGB value is (210,170,207). Sum of RGB (Red+Green+Blue) = 210+170+207=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AACF is #2D5530. Grayscale: #BABABA. Windows color (decimal): -2970929 or 13609682. OLE color: 13609682.
HSL color Cylindrical-coordinate representation of color #D2AACF: hue angle of 304.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 #D2AACF is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 207 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.18 |
| HSL | 304.5º | 0.31% | 0.75% | - |
| HSV(B) | 304.5º | 0.19% | 0.82% | - |
| XYZ | 52.22 | 46.96 | 65.34 | - |
| YUV | 186.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 207 | 0 | 0.19 | 0.01 | 0.18 | 304.5 | 0.31 | 0.75 |
| Hex | D2 | AA | CF | 0 | 13 | 1 | 12 | 130 | 1F | 4B |
| Octal | 322 | 252 | 317 | 0 | 23 | 1 | 22 | 460 | 37 | 113 |
| Binary | 11010010 | 10101010 | 11001111 | 0 | 10011 | 1 | 10010 | 100110000 | 11111 | 1001011 |
Color Harmonies of #D2AACF
Complementary color
Monochromatic Colors of #D2AACF
Black with #D2AACF
Text Example
Text Example
White with #D2AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AACF; }
p { color: rgb(210,170,207); }
H1.HeaderClassName
{
color: #D2AACF;
}
.AnyTagClassName
{
color: #D2AACF;
}
</style>
background-color css
<style>
a { background-color: #D2AACF; }
a { background-color: rgb(210,170,207); }
div.DivClassName
{
background-color: #D2AACF;
}
.BgClassName
{
background-color: #D2AACF;
}
</style>
border-color css
<style>
span { border-color: #D2AACF; }
span { border-color: rgb(210,170,207); }
td.TdClassName
{
border-color: #D2AACF;
}
.TagClassName
{
border-color: #D2AACF;
}
</style>