Shades of French Lilac #DAA4CE
Tints of French Lilac #DAA4CE
RGB
CMYK
RGB Variations
Color information
#DAA4CE (or 0xDAA4CE) is known color: French Lilac. HEX triplet: DA, A4 and CE. RGB value is (218,164,206). Sum of RGB (Red+Green+Blue) = 218+164+206=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4CE is #255B31. Grayscale: #B8B8B8. Windows color (decimal): -2448178 or 13542618. OLE color: 13542618.
HSL color Cylindrical-coordinate representation of color #DAA4CE: hue angle of 313.33º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAA4CE is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 206 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.15 |
| HSL | 313.33º | 0.42% | 0.75% | - |
| HSV(B) | 313.33º | 0.25% | 0.85% | - |
| XYZ | 53.33 | 45.91 | 64.44 | - |
| YUV | 184.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 206 | 0 | 0.25 | 0.06 | 0.15 | 313.33 | 0.42 | 0.75 |
| Hex | DA | A4 | CE | 0 | 19 | 6 | F | 139 | 2A | 4B |
| Octal | 332 | 244 | 316 | 0 | 31 | 6 | 17 | 471 | 52 | 113 |
| Binary | 11011010 | 10100100 | 11001110 | 0 | 11001 | 110 | 1111 | 100111001 | 101010 | 1001011 |
Color Harmonies of #DAA4CE
Complementary color
Monochromatic Colors of #DAA4CE
Black with #DAA4CE
Text Example
Text Example
White with #DAA4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA4CE; }
p { color: rgb(218,164,206); }
H1.HeaderClassName
{
color: #DAA4CE;
}
.AnyTagClassName
{
color: #DAA4CE;
}
</style>
background-color css
<style>
a { background-color: #DAA4CE; }
a { background-color: rgb(218,164,206); }
div.DivClassName
{
background-color: #DAA4CE;
}
.BgClassName
{
background-color: #DAA4CE;
}
</style>
border-color css
<style>
span { border-color: #DAA4CE; }
span { border-color: rgb(218,164,206); }
td.TdClassName
{
border-color: #DAA4CE;
}
.TagClassName
{
border-color: #DAA4CE;
}
</style>