Shades of Lilac #D1A8D3
Tints of Lilac #D1A8D3
RGB
CMYK
RGB Variations
Color information
#D1A8D3 (or 0xD1A8D3) is known color: Lilac. HEX triplet: D1, A8 and D3. RGB value is (209,168,211). Sum of RGB (Red+Green+Blue) = 209+168+211=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 211 - color contains mainly: blue. Hex color #D1A8D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A8D3 is #2E572C. Grayscale: #B9B9B9. Windows color (decimal): -3036973 or 13871313. OLE color: 13871313.
HSL color Cylindrical-coordinate representation of color #D1A8D3: hue angle of 297.21º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1A8D3 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 168 | 211 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.17 |
| HSL | 297.21º | 0.33% | 0.74% | - |
| HSV(B) | 297.21º | 0.2% | 0.83% | - |
| XYZ | 52.06 | 46.26 | 67.81 | - |
| YUV | 185.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 211 | 0.01 | 0.20 | 0 | 0.17 | 297.21 | 0.33 | 0.74 |
| Hex | D1 | A8 | D3 | 1 | 14 | 0 | 11 | 129 | 21 | 4A |
| Octal | 321 | 250 | 323 | 1 | 24 | 0 | 21 | 451 | 41 | 112 |
| Binary | 11010001 | 10101000 | 11010011 | 1 | 10100 | 0 | 10001 | 100101001 | 100001 | 1001010 |
Color Harmonies of #D1A8D3
Complementary color
Monochromatic Colors of #D1A8D3
Black with #D1A8D3
Text Example
Text Example
White with #D1A8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A8D3; }
p { color: rgb(209,168,211); }
H1.HeaderClassName
{
color: #D1A8D3;
}
.AnyTagClassName
{
color: #D1A8D3;
}
</style>
background-color css
<style>
a { background-color: #D1A8D3; }
a { background-color: rgb(209,168,211); }
div.DivClassName
{
background-color: #D1A8D3;
}
.BgClassName
{
background-color: #D1A8D3;
}
</style>
border-color css
<style>
span { border-color: #D1A8D3; }
span { border-color: rgb(209,168,211); }
td.TdClassName
{
border-color: #D1A8D3;
}
.TagClassName
{
border-color: #D1A8D3;
}
</style>