Shades of French Lilac #D6ACCD
Tints of French Lilac #D6ACCD
RGB
CMYK
RGB Variations
Color information
#D6ACCD (or 0xD6ACCD) is known color: French Lilac. HEX triplet: D6, AC and CD. RGB value is (214,172,205). Sum of RGB (Red+Green+Blue) = 214+172+205=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACCD is #295332. Grayscale: #BCBCBC. Windows color (decimal): -2708275 or 13479126. OLE color: 13479126.
HSL color Cylindrical-coordinate representation of color #D6ACCD: hue angle of 312.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ACCD is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 205 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.16 |
| HSL | 312.86º | 0.34% | 0.76% | - |
| HSV(B) | 312.86º | 0.2% | 0.84% | - |
| XYZ | 53.5 | 48.21 | 64.24 | - |
| YUV | 188.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 205 | 0 | 0.20 | 0.04 | 0.16 | 312.86 | 0.34 | 0.76 |
| Hex | D6 | AC | CD | 0 | 14 | 4 | 10 | 139 | 22 | 4C |
| Octal | 326 | 254 | 315 | 0 | 24 | 4 | 20 | 471 | 42 | 114 |
| Binary | 11010110 | 10101100 | 11001101 | 0 | 10100 | 100 | 10000 | 100111001 | 100010 | 1001100 |
Color Harmonies of #D6ACCD
Complementary color
Monochromatic Colors of #D6ACCD
Black with #D6ACCD
Text Example
Text Example
White with #D6ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ACCD; }
p { color: rgb(214,172,205); }
H1.HeaderClassName
{
color: #D6ACCD;
}
.AnyTagClassName
{
color: #D6ACCD;
}
</style>
background-color css
<style>
a { background-color: #D6ACCD; }
a { background-color: rgb(214,172,205); }
div.DivClassName
{
background-color: #D6ACCD;
}
.BgClassName
{
background-color: #D6ACCD;
}
</style>
border-color css
<style>
span { border-color: #D6ACCD; }
span { border-color: rgb(214,172,205); }
td.TdClassName
{
border-color: #D6ACCD;
}
.TagClassName
{
border-color: #D6ACCD;
}
</style>