Shades of French Lilac #D5AACF
Tints of French Lilac #D5AACF
RGB
CMYK
RGB Variations
Color information
#D5AACF (or 0xD5AACF) is known color: French Lilac. HEX triplet: D5, AA and CF. RGB value is (213,170,207). Sum of RGB (Red+Green+Blue) = 213+170+207=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AACF is #2A5530. Grayscale: #BABABA. Windows color (decimal): -2774321 or 13609685. OLE color: 13609685.
HSL color Cylindrical-coordinate representation of color #D5AACF: hue angle of 308.37º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AACF is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 207 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.16 |
| HSL | 308.37º | 0.34% | 0.75% | - |
| HSV(B) | 308.37º | 0.2% | 0.84% | - |
| XYZ | 53.08 | 47.4 | 65.38 | - |
| YUV | 187.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 207 | 0 | 0.20 | 0.03 | 0.16 | 308.37 | 0.34 | 0.75 |
| Hex | D5 | AA | CF | 0 | 14 | 3 | 10 | 134 | 22 | 4B |
| Octal | 325 | 252 | 317 | 0 | 24 | 3 | 20 | 464 | 42 | 113 |
| Binary | 11010101 | 10101010 | 11001111 | 0 | 10100 | 11 | 10000 | 100110100 | 100010 | 1001011 |
Color Harmonies of #D5AACF
Complementary color
Monochromatic Colors of #D5AACF
Black with #D5AACF
Text Example
Text Example
White with #D5AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AACF; }
p { color: rgb(213,170,207); }
H1.HeaderClassName
{
color: #D5AACF;
}
.AnyTagClassName
{
color: #D5AACF;
}
</style>
background-color css
<style>
a { background-color: #D5AACF; }
a { background-color: rgb(213,170,207); }
div.DivClassName
{
background-color: #D5AACF;
}
.BgClassName
{
background-color: #D5AACF;
}
</style>
border-color css
<style>
span { border-color: #D5AACF; }
span { border-color: rgb(213,170,207); }
td.TdClassName
{
border-color: #D5AACF;
}
.TagClassName
{
border-color: #D5AACF;
}
</style>