Shades of French Lilac #DAC6D5
Tints of French Lilac #DAC6D5
RGB
CMYK
RGB Variations
Color information
#DAC6D5 (or 0xDAC6D5) is known color: French Lilac. HEX triplet: DA, C6 and D5. RGB value is (218,198,213). Sum of RGB (Red+Green+Blue) = 218+198+213=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6D5 is #25392A. Grayscale: #CDCDCD. Windows color (decimal): -2439467 or 14010074. OLE color: 14010074.
HSL color Cylindrical-coordinate representation of color #DAC6D5: hue angle of 315º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC6D5 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 213 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.15 |
| HSL | 315º | 0.21% | 0.82% | - |
| HSV(B) | 315º | 0.09% | 0.85% | - |
| XYZ | 61.12 | 60.1 | 71.33 | - |
| YUV | 205.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 213 | 0 | 0.09 | 0.02 | 0.15 | 315 | 0.21 | 0.82 |
| Hex | DA | C6 | D5 | 0 | 9 | 2 | F | 13B | 15 | 52 |
| Octal | 332 | 306 | 325 | 0 | 11 | 2 | 17 | 473 | 25 | 122 |
| Binary | 11011010 | 11000110 | 11010101 | 0 | 1001 | 10 | 1111 | 100111011 | 10101 | 1010010 |
Color Harmonies of #DAC6D5
Complementary color
Monochromatic Colors of #DAC6D5
Black with #DAC6D5
Text Example
Text Example
White with #DAC6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6D5; }
p { color: rgb(218,198,213); }
H1.HeaderClassName
{
color: #DAC6D5;
}
.AnyTagClassName
{
color: #DAC6D5;
}
</style>
background-color css
<style>
a { background-color: #DAC6D5; }
a { background-color: rgb(218,198,213); }
div.DivClassName
{
background-color: #DAC6D5;
}
.BgClassName
{
background-color: #DAC6D5;
}
</style>
border-color css
<style>
span { border-color: #DAC6D5; }
span { border-color: rgb(218,198,213); }
td.TdClassName
{
border-color: #DAC6D5;
}
.TagClassName
{
border-color: #DAC6D5;
}
</style>