Shades of French Lilac #DAACD8
Tints of French Lilac #DAACD8
RGB
CMYK
RGB Variations
Color information
#DAACD8 (or 0xDAACD8) is known color: French Lilac. HEX triplet: DA, AC and D8. RGB value is (218,172,216). Sum of RGB (Red+Green+Blue) = 218+172+216=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACD8 is #255327. Grayscale: #BEBEBE. Windows color (decimal): -2446120 or 14200026. OLE color: 14200026.
HSL color Cylindrical-coordinate representation of color #DAACD8: hue angle of 302.61º 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 #DAACD8 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 216 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.15 |
| HSL | 302.61º | 0.38% | 0.76% | - |
| HSV(B) | 302.61º | 0.21% | 0.85% | - |
| XYZ | 56.06 | 49.37 | 71.54 | - |
| YUV | 190.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 216 | 0 | 0.21 | 0.01 | 0.15 | 302.61 | 0.38 | 0.76 |
| Hex | DA | AC | D8 | 0 | 15 | 1 | F | 12F | 26 | 4C |
| Octal | 332 | 254 | 330 | 0 | 25 | 1 | 17 | 457 | 46 | 114 |
| Binary | 11011010 | 10101100 | 11011000 | 0 | 10101 | 1 | 1111 | 100101111 | 100110 | 1001100 |
Color Harmonies of #DAACD8
Complementary color
Monochromatic Colors of #DAACD8
Black with #DAACD8
Text Example
Text Example
White with #DAACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACD8; }
p { color: rgb(218,172,216); }
H1.HeaderClassName
{
color: #DAACD8;
}
.AnyTagClassName
{
color: #DAACD8;
}
</style>
background-color css
<style>
a { background-color: #DAACD8; }
a { background-color: rgb(218,172,216); }
div.DivClassName
{
background-color: #DAACD8;
}
.BgClassName
{
background-color: #DAACD8;
}
</style>
border-color css
<style>
span { border-color: #DAACD8; }
span { border-color: rgb(218,172,216); }
td.TdClassName
{
border-color: #DAACD8;
}
.TagClassName
{
border-color: #DAACD8;
}
</style>