Shades of Lilac #D29ACF
Tints of Lilac #D29ACF
RGB
CMYK
RGB Variations
Color information
#D29ACF (or 0xD29ACF) is known color: Lilac. HEX triplet: D2, 9A and CF. RGB value is (210,154,207). Sum of RGB (Red+Green+Blue) = 210+154+207=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 210 - color contains mainly: red. Hex color #D29ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ACF is #2D6530. Grayscale: #B0B0B0. Windows color (decimal): -2975025 or 13605586. OLE color: 13605586.
HSL color Cylindrical-coordinate representation of color #D29ACF: hue angle of 303.21º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29ACF is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 207 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.18 |
| HSL | 303.21º | 0.38% | 0.71% | - |
| HSV(B) | 303.21º | 0.27% | 0.82% | - |
| XYZ | 49.4 | 41.32 | 64.4 | - |
| YUV | 176.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 207 | 0 | 0.27 | 0.01 | 0.18 | 303.21 | 0.38 | 0.71 |
| Hex | D2 | 9A | CF | 0 | 1B | 1 | 12 | 12F | 26 | 47 |
| Octal | 322 | 232 | 317 | 0 | 33 | 1 | 22 | 457 | 46 | 107 |
| Binary | 11010010 | 10011010 | 11001111 | 0 | 11011 | 1 | 10010 | 100101111 | 100110 | 1000111 |
Color Harmonies of #D29ACF
Complementary color
Monochromatic Colors of #D29ACF
Black with #D29ACF
Text Example
Text Example
White with #D29ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29ACF; }
p { color: rgb(210,154,207); }
H1.HeaderClassName
{
color: #D29ACF;
}
.AnyTagClassName
{
color: #D29ACF;
}
</style>
background-color css
<style>
a { background-color: #D29ACF; }
a { background-color: rgb(210,154,207); }
div.DivClassName
{
background-color: #D29ACF;
}
.BgClassName
{
background-color: #D29ACF;
}
</style>
border-color css
<style>
span { border-color: #D29ACF; }
span { border-color: rgb(210,154,207); }
td.TdClassName
{
border-color: #D29ACF;
}
.TagClassName
{
border-color: #D29ACF;
}
</style>