Shades of French Lilac #DAAFD0
Tints of French Lilac #DAAFD0
RGB
CMYK
RGB Variations
Color information
#DAAFD0 (or 0xDAAFD0) is known color: French Lilac. HEX triplet: DA, AF and D0. RGB value is (218,175,208). Sum of RGB (Red+Green+Blue) = 218+175+208=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFD0 is #25502F. Grayscale: #BFBFBF. Windows color (decimal): -2445360 or 13676506. OLE color: 13676506.
HSL color Cylindrical-coordinate representation of color #DAAFD0: hue angle of 313.95º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAFD0 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 208 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.15 |
| HSL | 313.95º | 0.37% | 0.77% | - |
| HSV(B) | 313.95º | 0.2% | 0.85% | - |
| XYZ | 55.63 | 50.12 | 66.42 | - |
| YUV | 191.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 208 | 0 | 0.20 | 0.05 | 0.15 | 313.95 | 0.37 | 0.77 |
| Hex | DA | AF | D0 | 0 | 14 | 5 | F | 13A | 25 | 4D |
| Octal | 332 | 257 | 320 | 0 | 24 | 5 | 17 | 472 | 45 | 115 |
| Binary | 11011010 | 10101111 | 11010000 | 0 | 10100 | 101 | 1111 | 100111010 | 100101 | 1001101 |
Color Harmonies of #DAAFD0
Complementary color
Monochromatic Colors of #DAAFD0
Black with #DAAFD0
Text Example
Text Example
White with #DAAFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFD0; }
p { color: rgb(218,175,208); }
H1.HeaderClassName
{
color: #DAAFD0;
}
.AnyTagClassName
{
color: #DAAFD0;
}
</style>
background-color css
<style>
a { background-color: #DAAFD0; }
a { background-color: rgb(218,175,208); }
div.DivClassName
{
background-color: #DAAFD0;
}
.BgClassName
{
background-color: #DAAFD0;
}
</style>
border-color css
<style>
span { border-color: #DAAFD0; }
span { border-color: rgb(218,175,208); }
td.TdClassName
{
border-color: #DAAFD0;
}
.TagClassName
{
border-color: #DAAFD0;
}
</style>