Shades of French Lilac #DAC3D6
Tints of French Lilac #DAC3D6
RGB
CMYK
RGB Variations
Color information
#DAC3D6 (or 0xDAC3D6) is known color: French Lilac. HEX triplet: DA, C3 and D6. RGB value is (218,195,214). Sum of RGB (Red+Green+Blue) = 218+195+214=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3D6 is #253C29. Grayscale: #CBCBCB. Windows color (decimal): -2440234 or 14074842. OLE color: 14074842.
HSL color Cylindrical-coordinate representation of color #DAC3D6: hue angle of 310.43º degrees, saturation: 0.24, 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 #DAC3D6 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 214 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.15 |
| HSL | 310.43º | 0.24% | 0.81% | - |
| HSV(B) | 310.43º | 0.11% | 0.85% | - |
| XYZ | 60.57 | 58.79 | 71.77 | - |
| YUV | 204.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 214 | 0 | 0.11 | 0.02 | 0.15 | 310.43 | 0.24 | 0.81 |
| Hex | DA | C3 | D6 | 0 | B | 2 | F | 136 | 18 | 51 |
| Octal | 332 | 303 | 326 | 0 | 13 | 2 | 17 | 466 | 30 | 121 |
| Binary | 11011010 | 11000011 | 11010110 | 0 | 1011 | 10 | 1111 | 100110110 | 11000 | 1010001 |
Color Harmonies of #DAC3D6
Complementary color
Monochromatic Colors of #DAC3D6
Black with #DAC3D6
Text Example
Text Example
White with #DAC3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3D6; }
p { color: rgb(218,195,214); }
H1.HeaderClassName
{
color: #DAC3D6;
}
.AnyTagClassName
{
color: #DAC3D6;
}
</style>
background-color css
<style>
a { background-color: #DAC3D6; }
a { background-color: rgb(218,195,214); }
div.DivClassName
{
background-color: #DAC3D6;
}
.BgClassName
{
background-color: #DAC3D6;
}
</style>
border-color css
<style>
span { border-color: #DAC3D6; }
span { border-color: rgb(218,195,214); }
td.TdClassName
{
border-color: #DAC3D6;
}
.TagClassName
{
border-color: #DAC3D6;
}
</style>