Shades of French Lilac #D4ACCD
Tints of French Lilac #D4ACCD
RGB
CMYK
RGB Variations
Color information
#D4ACCD (or 0xD4ACCD) is known color: French Lilac. HEX triplet: D4, AC and CD. RGB value is (212,172,205). Sum of RGB (Red+Green+Blue) = 212+172+205=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACCD is #2B5332. Grayscale: #BBBBBB. Windows color (decimal): -2839347 or 13479124. OLE color: 13479124.
HSL color Cylindrical-coordinate representation of color #D4ACCD: hue angle of 310.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ACCD is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 172 | 205 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.17 |
| HSL | 310.5º | 0.32% | 0.75% | - |
| HSV(B) | 310.5º | 0.19% | 0.83% | - |
| XYZ | 52.92 | 47.91 | 64.22 | - |
| YUV | 187.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 205 | 0 | 0.19 | 0.03 | 0.17 | 310.5 | 0.32 | 0.75 |
| Hex | D4 | AC | CD | 0 | 13 | 3 | 11 | 136 | 20 | 4B |
| Octal | 324 | 254 | 315 | 0 | 23 | 3 | 21 | 466 | 40 | 113 |
| Binary | 11010100 | 10101100 | 11001101 | 0 | 10011 | 11 | 10001 | 100110110 | 100000 | 1001011 |
Color Harmonies of #D4ACCD
Complementary color
Monochromatic Colors of #D4ACCD
Black with #D4ACCD
Text Example
Text Example
White with #D4ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ACCD; }
p { color: rgb(212,172,205); }
H1.HeaderClassName
{
color: #D4ACCD;
}
.AnyTagClassName
{
color: #D4ACCD;
}
</style>
background-color css
<style>
a { background-color: #D4ACCD; }
a { background-color: rgb(212,172,205); }
div.DivClassName
{
background-color: #D4ACCD;
}
.BgClassName
{
background-color: #D4ACCD;
}
</style>
border-color css
<style>
span { border-color: #D4ACCD; }
span { border-color: rgb(212,172,205); }
td.TdClassName
{
border-color: #D4ACCD;
}
.TagClassName
{
border-color: #D4ACCD;
}
</style>