Shades of French Lilac #DAC1D6
Tints of French Lilac #DAC1D6
RGB
CMYK
RGB Variations
Color information
#DAC1D6 (or 0xDAC1D6) is known color: French Lilac. HEX triplet: DA, C1 and D6. RGB value is (218,193,214). Sum of RGB (Red+Green+Blue) = 218+193+214=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1D6 is #253E29. Grayscale: #CACACA. Windows color (decimal): -2440746 or 14074330. OLE color: 14074330.
HSL color Cylindrical-coordinate representation of color #DAC1D6: hue angle of 309.6º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC1D6 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 214 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.15 |
| HSL | 309.6º | 0.25% | 0.81% | - |
| HSV(B) | 309.6º | 0.11% | 0.85% | - |
| XYZ | 60.12 | 57.9 | 71.63 | - |
| YUV | 202.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 214 | 0 | 0.11 | 0.02 | 0.15 | 309.6 | 0.25 | 0.81 |
| Hex | DA | C1 | D6 | 0 | B | 2 | F | 136 | 19 | 51 |
| Octal | 332 | 301 | 326 | 0 | 13 | 2 | 17 | 466 | 31 | 121 |
| Binary | 11011010 | 11000001 | 11010110 | 0 | 1011 | 10 | 1111 | 100110110 | 11001 | 1010001 |
Color Harmonies of #DAC1D6
Complementary color
Monochromatic Colors of #DAC1D6
Black with #DAC1D6
Text Example
Text Example
White with #DAC1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1D6; }
p { color: rgb(218,193,214); }
H1.HeaderClassName
{
color: #DAC1D6;
}
.AnyTagClassName
{
color: #DAC1D6;
}
</style>
background-color css
<style>
a { background-color: #DAC1D6; }
a { background-color: rgb(218,193,214); }
div.DivClassName
{
background-color: #DAC1D6;
}
.BgClassName
{
background-color: #DAC1D6;
}
</style>
border-color css
<style>
span { border-color: #DAC1D6; }
span { border-color: rgb(218,193,214); }
td.TdClassName
{
border-color: #DAC1D6;
}
.TagClassName
{
border-color: #DAC1D6;
}
</style>