Shades of Lilac #D1A8CD
Tints of Lilac #D1A8CD
RGB
CMYK
RGB Variations
Color information
#D1A8CD (or 0xD1A8CD) is known color: Lilac. HEX triplet: D1, A8 and CD. RGB value is (209,168,205). Sum of RGB (Red+Green+Blue) = 209+168+205=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A8CD is #2E5732. Grayscale: #B8B8B8. Windows color (decimal): -3036979 or 13478097. OLE color: 13478097.
HSL color Cylindrical-coordinate representation of color #D1A8CD: hue angle of 305.85º 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 #D1A8CD is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 205 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.18 |
| HSL | 305.85º | 0.31% | 0.74% | - |
| HSV(B) | 305.85º | 0.2% | 0.82% | - |
| XYZ | 51.32 | 45.97 | 63.93 | - |
| YUV | 184.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 205 | 0 | 0.20 | 0.02 | 0.18 | 305.85 | 0.31 | 0.74 |
| Hex | D1 | A8 | CD | 0 | 14 | 2 | 12 | 132 | 1F | 4A |
| Octal | 321 | 250 | 315 | 0 | 24 | 2 | 22 | 462 | 37 | 112 |
| Binary | 11010001 | 10101000 | 11001101 | 0 | 10100 | 10 | 10010 | 100110010 | 11111 | 1001010 |
Color Harmonies of #D1A8CD
Complementary color
Monochromatic Colors of #D1A8CD
Black with #D1A8CD
Text Example
Text Example
White with #D1A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A8CD; }
p { color: rgb(209,168,205); }
H1.HeaderClassName
{
color: #D1A8CD;
}
.AnyTagClassName
{
color: #D1A8CD;
}
</style>
background-color css
<style>
a { background-color: #D1A8CD; }
a { background-color: rgb(209,168,205); }
div.DivClassName
{
background-color: #D1A8CD;
}
.BgClassName
{
background-color: #D1A8CD;
}
</style>
border-color css
<style>
span { border-color: #D1A8CD; }
span { border-color: rgb(209,168,205); }
td.TdClassName
{
border-color: #D1A8CD;
}
.TagClassName
{
border-color: #D1A8CD;
}
</style>