Shades of French Lilac #DAAFD4
Tints of French Lilac #DAAFD4
RGB
CMYK
RGB Variations
Color information
#DAAFD4 (or 0xDAAFD4) is known color: French Lilac. HEX triplet: DA, AF and D4. RGB value is (218,175,212). Sum of RGB (Red+Green+Blue) = 218+175+212=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFD4 is #25502B. Grayscale: #BFBFBF. Windows color (decimal): -2445356 or 13938650. OLE color: 13938650.
HSL color Cylindrical-coordinate representation of color #DAAFD4: hue angle of 308.37º 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 #DAAFD4 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 212 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.15 |
| HSL | 308.37º | 0.37% | 0.77% | - |
| HSV(B) | 308.37º | 0.2% | 0.85% | - |
| XYZ | 56.13 | 50.32 | 69.04 | - |
| YUV | 192.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 212 | 0 | 0.20 | 0.03 | 0.15 | 308.37 | 0.37 | 0.77 |
| Hex | DA | AF | D4 | 0 | 14 | 3 | F | 134 | 25 | 4D |
| Octal | 332 | 257 | 324 | 0 | 24 | 3 | 17 | 464 | 45 | 115 |
| Binary | 11011010 | 10101111 | 11010100 | 0 | 10100 | 11 | 1111 | 100110100 | 100101 | 1001101 |
Color Harmonies of #DAAFD4
Complementary color
Monochromatic Colors of #DAAFD4
Black with #DAAFD4
Text Example
Text Example
White with #DAAFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFD4; }
p { color: rgb(218,175,212); }
H1.HeaderClassName
{
color: #DAAFD4;
}
.AnyTagClassName
{
color: #DAAFD4;
}
</style>
background-color css
<style>
a { background-color: #DAAFD4; }
a { background-color: rgb(218,175,212); }
div.DivClassName
{
background-color: #DAAFD4;
}
.BgClassName
{
background-color: #DAAFD4;
}
</style>
border-color css
<style>
span { border-color: #DAAFD4; }
span { border-color: rgb(218,175,212); }
td.TdClassName
{
border-color: #DAAFD4;
}
.TagClassName
{
border-color: #DAAFD4;
}
</style>