Shades of French Lilac #DAACD1
Tints of French Lilac #DAACD1
RGB
CMYK
RGB Variations
Color information
#DAACD1 (or 0xDAACD1) is known color: French Lilac. HEX triplet: DA, AC and D1. RGB value is (218,172,209). Sum of RGB (Red+Green+Blue) = 218+172+209=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACD1 is #25532E. Grayscale: #BDBDBD. Windows color (decimal): -2446127 or 13741274. OLE color: 13741274.
HSL color Cylindrical-coordinate representation of color #DAACD1: hue angle of 311.74º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACD1 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 209 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.15 |
| HSL | 311.74º | 0.38% | 0.76% | - |
| HSV(B) | 311.74º | 0.21% | 0.85% | - |
| XYZ | 55.17 | 49.01 | 66.87 | - |
| YUV | 189.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 209 | 0 | 0.21 | 0.04 | 0.15 | 311.74 | 0.38 | 0.76 |
| Hex | DA | AC | D1 | 0 | 15 | 4 | F | 138 | 26 | 4C |
| Octal | 332 | 254 | 321 | 0 | 25 | 4 | 17 | 470 | 46 | 114 |
| Binary | 11011010 | 10101100 | 11010001 | 0 | 10101 | 100 | 1111 | 100111000 | 100110 | 1001100 |
Color Harmonies of #DAACD1
Complementary color
Monochromatic Colors of #DAACD1
Black with #DAACD1
Text Example
Text Example
White with #DAACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACD1; }
p { color: rgb(218,172,209); }
H1.HeaderClassName
{
color: #DAACD1;
}
.AnyTagClassName
{
color: #DAACD1;
}
</style>
background-color css
<style>
a { background-color: #DAACD1; }
a { background-color: rgb(218,172,209); }
div.DivClassName
{
background-color: #DAACD1;
}
.BgClassName
{
background-color: #DAACD1;
}
</style>
border-color css
<style>
span { border-color: #DAACD1; }
span { border-color: rgb(218,172,209); }
td.TdClassName
{
border-color: #DAACD1;
}
.TagClassName
{
border-color: #DAACD1;
}
</style>