Shades of French Lilac #D3ACCC
Tints of French Lilac #D3ACCC
RGB
CMYK
RGB Variations
Color information
#D3ACCC (or 0xD3ACCC) is known color: French Lilac. HEX triplet: D3, AC and CC. RGB value is (211,172,204). Sum of RGB (Red+Green+Blue) = 211+172+204=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACCC is #2C5333. Grayscale: #BBBBBB. Windows color (decimal): -2904884 or 13413587. OLE color: 13413587.
HSL color Cylindrical-coordinate representation of color #D3ACCC: hue angle of 310.77º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3ACCC is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 204 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.17 |
| HSL | 310.77º | 0.31% | 0.75% | - |
| HSV(B) | 310.77º | 0.18% | 0.83% | - |
| XYZ | 52.52 | 47.71 | 63.57 | - |
| YUV | 187.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 204 | 0 | 0.18 | 0.03 | 0.17 | 310.77 | 0.31 | 0.75 |
| Hex | D3 | AC | CC | 0 | 12 | 3 | 11 | 137 | 1F | 4B |
| Octal | 323 | 254 | 314 | 0 | 22 | 3 | 21 | 467 | 37 | 113 |
| Binary | 11010011 | 10101100 | 11001100 | 0 | 10010 | 11 | 10001 | 100110111 | 11111 | 1001011 |
Color Harmonies of #D3ACCC
Complementary color
Monochromatic Colors of #D3ACCC
Black with #D3ACCC
Text Example
Text Example
White with #D3ACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ACCC; }
p { color: rgb(211,172,204); }
H1.HeaderClassName
{
color: #D3ACCC;
}
.AnyTagClassName
{
color: #D3ACCC;
}
</style>
background-color css
<style>
a { background-color: #D3ACCC; }
a { background-color: rgb(211,172,204); }
div.DivClassName
{
background-color: #D3ACCC;
}
.BgClassName
{
background-color: #D3ACCC;
}
</style>
border-color css
<style>
span { border-color: #D3ACCC; }
span { border-color: rgb(211,172,204); }
td.TdClassName
{
border-color: #D3ACCC;
}
.TagClassName
{
border-color: #D3ACCC;
}
</style>