Shades of French Lilac #DAADD0
Tints of French Lilac #DAADD0
RGB
CMYK
RGB Variations
Color information
#DAADD0 (or 0xDAADD0) is known color: French Lilac. HEX triplet: DA, AD and D0. RGB value is (218,173,208). Sum of RGB (Red+Green+Blue) = 218+173+208=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADD0 is #25522F. Grayscale: #BEBEBE. Windows color (decimal): -2445872 or 13675994. OLE color: 13675994.
HSL color Cylindrical-coordinate representation of color #DAADD0: hue angle of 313.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADD0 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 208 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.15 |
| HSL | 313.33º | 0.38% | 0.77% | - |
| HSV(B) | 313.33º | 0.21% | 0.85% | - |
| XYZ | 55.24 | 49.35 | 66.29 | - |
| YUV | 190.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 208 | 0 | 0.21 | 0.05 | 0.15 | 313.33 | 0.38 | 0.77 |
| Hex | DA | AD | D0 | 0 | 15 | 5 | F | 139 | 26 | 4D |
| Octal | 332 | 255 | 320 | 0 | 25 | 5 | 17 | 471 | 46 | 115 |
| Binary | 11011010 | 10101101 | 11010000 | 0 | 10101 | 101 | 1111 | 100111001 | 100110 | 1001101 |
Color Harmonies of #DAADD0
Complementary color
Monochromatic Colors of #DAADD0
Black with #DAADD0
Text Example
Text Example
White with #DAADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADD0; }
p { color: rgb(218,173,208); }
H1.HeaderClassName
{
color: #DAADD0;
}
.AnyTagClassName
{
color: #DAADD0;
}
</style>
background-color css
<style>
a { background-color: #DAADD0; }
a { background-color: rgb(218,173,208); }
div.DivClassName
{
background-color: #DAADD0;
}
.BgClassName
{
background-color: #DAADD0;
}
</style>
border-color css
<style>
span { border-color: #DAADD0; }
span { border-color: rgb(218,173,208); }
td.TdClassName
{
border-color: #DAADD0;
}
.TagClassName
{
border-color: #DAADD0;
}
</style>