Shades of French Lilac #DAA8CF
Tints of French Lilac #DAA8CF
RGB
CMYK
RGB Variations
Color information
#DAA8CF (or 0xDAA8CF) is known color: French Lilac. HEX triplet: DA, A8 and CF. RGB value is (218,168,207). Sum of RGB (Red+Green+Blue) = 218+168+207=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8CF is #255730. Grayscale: #BBBBBB. Windows color (decimal): -2447153 or 13609178. OLE color: 13609178.
HSL color Cylindrical-coordinate representation of color #DAA8CF: hue angle of 313.2º 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 #DAA8CF is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 207 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.15 |
| HSL | 313.2º | 0.4% | 0.76% | - |
| HSV(B) | 313.2º | 0.23% | 0.85% | - |
| XYZ | 54.18 | 47.42 | 65.33 | - |
| YUV | 187.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 207 | 0 | 0.23 | 0.05 | 0.15 | 313.2 | 0.4 | 0.76 |
| Hex | DA | A8 | CF | 0 | 17 | 5 | F | 139 | 28 | 4C |
| Octal | 332 | 250 | 317 | 0 | 27 | 5 | 17 | 471 | 50 | 114 |
| Binary | 11011010 | 10101000 | 11001111 | 0 | 10111 | 101 | 1111 | 100111001 | 101000 | 1001100 |
Color Harmonies of #DAA8CF
Complementary color
Monochromatic Colors of #DAA8CF
Black with #DAA8CF
Text Example
Text Example
White with #DAA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8CF; }
p { color: rgb(218,168,207); }
H1.HeaderClassName
{
color: #DAA8CF;
}
.AnyTagClassName
{
color: #DAA8CF;
}
</style>
background-color css
<style>
a { background-color: #DAA8CF; }
a { background-color: rgb(218,168,207); }
div.DivClassName
{
background-color: #DAA8CF;
}
.BgClassName
{
background-color: #DAA8CF;
}
</style>
border-color css
<style>
span { border-color: #DAA8CF; }
span { border-color: rgb(218,168,207); }
td.TdClassName
{
border-color: #DAA8CF;
}
.TagClassName
{
border-color: #DAA8CF;
}
</style>