Shades of French Lilac #DAA8CD
Tints of French Lilac #DAA8CD
RGB
CMYK
RGB Variations
Color information
#DAA8CD (or 0xDAA8CD) is known color: French Lilac. HEX triplet: DA, A8 and CD. RGB value is (218,168,205). Sum of RGB (Red+Green+Blue) = 218+168+205=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8CD is #255732. Grayscale: #BBBBBB. Windows color (decimal): -2447155 or 13478106. OLE color: 13478106.
HSL color Cylindrical-coordinate representation of color #DAA8CD: hue angle of 315.6º 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 #DAA8CD is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 205 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.15 |
| HSL | 315.6º | 0.4% | 0.76% | - |
| HSV(B) | 315.6º | 0.23% | 0.85% | - |
| XYZ | 53.94 | 47.32 | 64.05 | - |
| YUV | 187.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 205 | 0 | 0.23 | 0.06 | 0.15 | 315.6 | 0.4 | 0.76 |
| Hex | DA | A8 | CD | 0 | 17 | 6 | F | 13C | 28 | 4C |
| Octal | 332 | 250 | 315 | 0 | 27 | 6 | 17 | 474 | 50 | 114 |
| Binary | 11011010 | 10101000 | 11001101 | 0 | 10111 | 110 | 1111 | 100111100 | 101000 | 1001100 |
Color Harmonies of #DAA8CD
Complementary color
Monochromatic Colors of #DAA8CD
Black with #DAA8CD
Text Example
Text Example
White with #DAA8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8CD; }
p { color: rgb(218,168,205); }
H1.HeaderClassName
{
color: #DAA8CD;
}
.AnyTagClassName
{
color: #DAA8CD;
}
</style>
background-color css
<style>
a { background-color: #DAA8CD; }
a { background-color: rgb(218,168,205); }
div.DivClassName
{
background-color: #DAA8CD;
}
.BgClassName
{
background-color: #DAA8CD;
}
</style>
border-color css
<style>
span { border-color: #DAA8CD; }
span { border-color: rgb(218,168,205); }
td.TdClassName
{
border-color: #DAA8CD;
}
.TagClassName
{
border-color: #DAA8CD;
}
</style>