Shades of French Lilac #DAA8D3
Tints of French Lilac #DAA8D3
RGB
CMYK
RGB Variations
Color information
#DAA8D3 (or 0xDAA8D3) is known color: French Lilac. HEX triplet: DA, A8 and D3. RGB value is (218,168,211). Sum of RGB (Red+Green+Blue) = 218+168+211=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8D3 is #25572C. Grayscale: #BBBBBB. Windows color (decimal): -2447149 or 13871322. OLE color: 13871322.
HSL color Cylindrical-coordinate representation of color #DAA8D3: hue angle of 308.4º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA8D3 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 211 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.15 |
| HSL | 308.4º | 0.4% | 0.76% | - |
| HSV(B) | 308.4º | 0.23% | 0.85% | - |
| XYZ | 54.67 | 47.61 | 67.94 | - |
| YUV | 187.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 211 | 0 | 0.23 | 0.03 | 0.15 | 308.4 | 0.4 | 0.76 |
| Hex | DA | A8 | D3 | 0 | 17 | 3 | F | 134 | 28 | 4C |
| Octal | 332 | 250 | 323 | 0 | 27 | 3 | 17 | 464 | 50 | 114 |
| Binary | 11011010 | 10101000 | 11010011 | 0 | 10111 | 11 | 1111 | 100110100 | 101000 | 1001100 |
Color Harmonies of #DAA8D3
Complementary color
Monochromatic Colors of #DAA8D3
Black with #DAA8D3
Text Example
Text Example
White with #DAA8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8D3; }
p { color: rgb(218,168,211); }
H1.HeaderClassName
{
color: #DAA8D3;
}
.AnyTagClassName
{
color: #DAA8D3;
}
</style>
background-color css
<style>
a { background-color: #DAA8D3; }
a { background-color: rgb(218,168,211); }
div.DivClassName
{
background-color: #DAA8D3;
}
.BgClassName
{
background-color: #DAA8D3;
}
</style>
border-color css
<style>
span { border-color: #DAA8D3; }
span { border-color: rgb(218,168,211); }
td.TdClassName
{
border-color: #DAA8D3;
}
.TagClassName
{
border-color: #DAA8D3;
}
</style>