Shades of French Lilac #D4AACC
Tints of French Lilac #D4AACC
RGB
CMYK
RGB Variations
Color information
#D4AACC (or 0xD4AACC) is known color: French Lilac. HEX triplet: D4, AA and CC. RGB value is (212,170,204). Sum of RGB (Red+Green+Blue) = 212+170+204=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AACC is #2B5533. Grayscale: #BABABA. Windows color (decimal): -2839860 or 13413076. OLE color: 13413076.
HSL color Cylindrical-coordinate representation of color #D4AACC: hue angle of 311.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AACC is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 204 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.17 |
| HSL | 311.43º | 0.33% | 0.75% | - |
| HSV(B) | 311.43º | 0.2% | 0.83% | - |
| XYZ | 52.43 | 47.11 | 63.46 | - |
| YUV | 186.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 204 | 0 | 0.20 | 0.04 | 0.17 | 311.43 | 0.33 | 0.75 |
| Hex | D4 | AA | CC | 0 | 14 | 4 | 11 | 137 | 21 | 4B |
| Octal | 324 | 252 | 314 | 0 | 24 | 4 | 21 | 467 | 41 | 113 |
| Binary | 11010100 | 10101010 | 11001100 | 0 | 10100 | 100 | 10001 | 100110111 | 100001 | 1001011 |
Color Harmonies of #D4AACC
Complementary color
Monochromatic Colors of #D4AACC
Black with #D4AACC
Text Example
Text Example
White with #D4AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AACC; }
p { color: rgb(212,170,204); }
H1.HeaderClassName
{
color: #D4AACC;
}
.AnyTagClassName
{
color: #D4AACC;
}
</style>
background-color css
<style>
a { background-color: #D4AACC; }
a { background-color: rgb(212,170,204); }
div.DivClassName
{
background-color: #D4AACC;
}
.BgClassName
{
background-color: #D4AACC;
}
</style>
border-color css
<style>
span { border-color: #D4AACC; }
span { border-color: rgb(212,170,204); }
td.TdClassName
{
border-color: #D4AACC;
}
.TagClassName
{
border-color: #D4AACC;
}
</style>