Shades of French Lilac #DAC0D6
Tints of French Lilac #DAC0D6
RGB
CMYK
RGB Variations
Color information
#DAC0D6 (or 0xDAC0D6) is known color: French Lilac. HEX triplet: DA, C0 and D6. RGB value is (218,192,214). Sum of RGB (Red+Green+Blue) = 218+192+214=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0D6 is #253F29. Grayscale: #CACACA. Windows color (decimal): -2441002 or 14074074. OLE color: 14074074.
HSL color Cylindrical-coordinate representation of color #DAC0D6: hue angle of 309.23º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC0D6 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 214 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.15 |
| HSL | 309.23º | 0.26% | 0.8% | - |
| HSV(B) | 309.23º | 0.12% | 0.85% | - |
| XYZ | 59.9 | 57.46 | 71.55 | - |
| YUV | 202.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 214 | 0 | 0.12 | 0.02 | 0.15 | 309.23 | 0.26 | 0.8 |
| Hex | DA | C0 | D6 | 0 | C | 2 | F | 135 | 1A | 50 |
| Octal | 332 | 300 | 326 | 0 | 14 | 2 | 17 | 465 | 32 | 120 |
| Binary | 11011010 | 11000000 | 11010110 | 0 | 1100 | 10 | 1111 | 100110101 | 11010 | 1010000 |
Color Harmonies of #DAC0D6
Complementary color
Monochromatic Colors of #DAC0D6
Black with #DAC0D6
Text Example
Text Example
White with #DAC0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0D6; }
p { color: rgb(218,192,214); }
H1.HeaderClassName
{
color: #DAC0D6;
}
.AnyTagClassName
{
color: #DAC0D6;
}
</style>
background-color css
<style>
a { background-color: #DAC0D6; }
a { background-color: rgb(218,192,214); }
div.DivClassName
{
background-color: #DAC0D6;
}
.BgClassName
{
background-color: #DAC0D6;
}
</style>
border-color css
<style>
span { border-color: #DAC0D6; }
span { border-color: rgb(218,192,214); }
td.TdClassName
{
border-color: #DAC0D6;
}
.TagClassName
{
border-color: #DAC0D6;
}
</style>