Shades of Lilac #D1ACCF
Tints of Lilac #D1ACCF
RGB
CMYK
RGB Variations
Color information
#D1ACCF (or 0xD1ACCF) is known color: Lilac. HEX triplet: D1, AC and CF. RGB value is (209,172,207). Sum of RGB (Red+Green+Blue) = 209+172+207=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACCF is #2E5330. Grayscale: #BABABA. Windows color (decimal): -3035953 or 13610193. OLE color: 13610193.
HSL color Cylindrical-coordinate representation of color #D1ACCF: hue angle of 303.24º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1ACCF is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 207 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.18 |
| HSL | 303.24º | 0.29% | 0.75% | - |
| HSV(B) | 303.24º | 0.18% | 0.82% | - |
| XYZ | 52.31 | 47.57 | 65.46 | - |
| YUV | 187.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 207 | 0 | 0.18 | 0.01 | 0.18 | 303.24 | 0.29 | 0.75 |
| Hex | D1 | AC | CF | 0 | 12 | 1 | 12 | 12F | 1D | 4B |
| Octal | 321 | 254 | 317 | 0 | 22 | 1 | 22 | 457 | 35 | 113 |
| Binary | 11010001 | 10101100 | 11001111 | 0 | 10010 | 1 | 10010 | 100101111 | 11101 | 1001011 |
Color Harmonies of #D1ACCF
Complementary color
Monochromatic Colors of #D1ACCF
Black with #D1ACCF
Text Example
Text Example
White with #D1ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACCF; }
p { color: rgb(209,172,207); }
H1.HeaderClassName
{
color: #D1ACCF;
}
.AnyTagClassName
{
color: #D1ACCF;
}
</style>
background-color css
<style>
a { background-color: #D1ACCF; }
a { background-color: rgb(209,172,207); }
div.DivClassName
{
background-color: #D1ACCF;
}
.BgClassName
{
background-color: #D1ACCF;
}
</style>
border-color css
<style>
span { border-color: #D1ACCF; }
span { border-color: rgb(209,172,207); }
td.TdClassName
{
border-color: #D1ACCF;
}
.TagClassName
{
border-color: #D1ACCF;
}
</style>