Shades of Lilac #D1AFD1
Tints of Lilac #D1AFD1
RGB
CMYK
RGB Variations
Color information
#D1AFD1 (or 0xD1AFD1) is known color: Lilac. HEX triplet: D1, AF and D1. RGB value is (209,175,209). Sum of RGB (Red+Green+Blue) = 209+175+209=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D1AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFD1 is #2E502E. Grayscale: #BCBCBC. Windows color (decimal): -3035183 or 13742033. OLE color: 13742033.
HSL color Cylindrical-coordinate representation of color #D1AFD1: hue angle of 300º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1AFD1 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 209 | - |
| CMYK | 0 | 0.16 | 0 | 0.18 |
| HSL | 300º | 0.27% | 0.75% | - |
| HSV(B) | 300º | 0.16% | 0.82% | - |
| XYZ | 53.13 | 48.82 | 66.94 | - |
| YUV | 189.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 209 | 0 | 0.16 | 0 | 0.18 | 300 | 0.27 | 0.75 |
| Hex | D1 | AF | D1 | 0 | 10 | 0 | 12 | 12C | 1B | 4B |
| Octal | 321 | 257 | 321 | 0 | 20 | 0 | 22 | 454 | 33 | 113 |
| Binary | 11010001 | 10101111 | 11010001 | 0 | 10000 | 0 | 10010 | 100101100 | 11011 | 1001011 |
Color Harmonies of #D1AFD1
Complementary color
Monochromatic Colors of #D1AFD1
Black with #D1AFD1
Text Example
Text Example
White with #D1AFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFD1; }
p { color: rgb(209,175,209); }
H1.HeaderClassName
{
color: #D1AFD1;
}
.AnyTagClassName
{
color: #D1AFD1;
}
</style>
background-color css
<style>
a { background-color: #D1AFD1; }
a { background-color: rgb(209,175,209); }
div.DivClassName
{
background-color: #D1AFD1;
}
.BgClassName
{
background-color: #D1AFD1;
}
</style>
border-color css
<style>
span { border-color: #D1AFD1; }
span { border-color: rgb(209,175,209); }
td.TdClassName
{
border-color: #D1AFD1;
}
.TagClassName
{
border-color: #D1AFD1;
}
</style>