Shades of French Lilac #DAA6CE
Tints of French Lilac #DAA6CE
RGB
CMYK
RGB Variations
Color information
#DAA6CE (or 0xDAA6CE) is known color: French Lilac. HEX triplet: DA, A6 and CE. RGB value is (218,166,206). Sum of RGB (Red+Green+Blue) = 218+166+206=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6CE is #255931. Grayscale: #B9B9B9. Windows color (decimal): -2447666 or 13543130. OLE color: 13543130.
HSL color Cylindrical-coordinate representation of color #DAA6CE: hue angle of 313.85º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA6CE is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 206 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.15 |
| HSL | 313.85º | 0.41% | 0.75% | - |
| HSV(B) | 313.85º | 0.24% | 0.85% | - |
| XYZ | 53.69 | 46.63 | 64.56 | - |
| YUV | 186.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 206 | 0 | 0.24 | 0.06 | 0.15 | 313.85 | 0.41 | 0.75 |
| Hex | DA | A6 | CE | 0 | 18 | 6 | F | 13A | 29 | 4B |
| Octal | 332 | 246 | 316 | 0 | 30 | 6 | 17 | 472 | 51 | 113 |
| Binary | 11011010 | 10100110 | 11001110 | 0 | 11000 | 110 | 1111 | 100111010 | 101001 | 1001011 |
Color Harmonies of #DAA6CE
Complementary color
Monochromatic Colors of #DAA6CE
Black with #DAA6CE
Text Example
Text Example
White with #DAA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6CE; }
p { color: rgb(218,166,206); }
H1.HeaderClassName
{
color: #DAA6CE;
}
.AnyTagClassName
{
color: #DAA6CE;
}
</style>
background-color css
<style>
a { background-color: #DAA6CE; }
a { background-color: rgb(218,166,206); }
div.DivClassName
{
background-color: #DAA6CE;
}
.BgClassName
{
background-color: #DAA6CE;
}
</style>
border-color css
<style>
span { border-color: #DAA6CE; }
span { border-color: rgb(218,166,206); }
td.TdClassName
{
border-color: #DAA6CE;
}
.TagClassName
{
border-color: #DAA6CE;
}
</style>