Shades of French Lilac #DAA4CF
Tints of French Lilac #DAA4CF
RGB
CMYK
RGB Variations
Color information
#DAA4CF (or 0xDAA4CF) is known color: French Lilac. HEX triplet: DA, A4 and CF. RGB value is (218,164,207). Sum of RGB (Red+Green+Blue) = 218+164+207=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4CF is #255B30. Grayscale: #B8B8B8. Windows color (decimal): -2448177 or 13608154. OLE color: 13608154.
HSL color Cylindrical-coordinate representation of color #DAA4CF: hue angle of 312.22º 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 #DAA4CF is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 207 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.15 |
| HSL | 312.22º | 0.42% | 0.75% | - |
| HSV(B) | 312.22º | 0.25% | 0.85% | - |
| XYZ | 53.45 | 45.96 | 65.09 | - |
| YUV | 185.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 207 | 0 | 0.25 | 0.05 | 0.15 | 312.22 | 0.42 | 0.75 |
| Hex | DA | A4 | CF | 0 | 19 | 5 | F | 138 | 2A | 4B |
| Octal | 332 | 244 | 317 | 0 | 31 | 5 | 17 | 470 | 52 | 113 |
| Binary | 11011010 | 10100100 | 11001111 | 0 | 11001 | 101 | 1111 | 100111000 | 101010 | 1001011 |
Color Harmonies of #DAA4CF
Complementary color
Monochromatic Colors of #DAA4CF
Black with #DAA4CF
Text Example
Text Example
White with #DAA4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA4CF; }
p { color: rgb(218,164,207); }
H1.HeaderClassName
{
color: #DAA4CF;
}
.AnyTagClassName
{
color: #DAA4CF;
}
</style>
background-color css
<style>
a { background-color: #DAA4CF; }
a { background-color: rgb(218,164,207); }
div.DivClassName
{
background-color: #DAA4CF;
}
.BgClassName
{
background-color: #DAA4CF;
}
</style>
border-color css
<style>
span { border-color: #DAA4CF; }
span { border-color: rgb(218,164,207); }
td.TdClassName
{
border-color: #DAA4CF;
}
.TagClassName
{
border-color: #DAA4CF;
}
</style>