Shades of French Lilac #DAADD1
Tints of French Lilac #DAADD1
RGB
CMYK
RGB Variations
Color information
#DAADD1 (or 0xDAADD1) is known color: French Lilac. HEX triplet: DA, AD and D1. RGB value is (218,173,209). Sum of RGB (Red+Green+Blue) = 218+173+209=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADD1 is #25522E. Grayscale: #BEBEBE. Windows color (decimal): -2445871 or 13741530. OLE color: 13741530.
HSL color Cylindrical-coordinate representation of color #DAADD1: hue angle of 312º 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 #DAADD1 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 209 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.15 |
| HSL | 312º | 0.38% | 0.77% | - |
| HSV(B) | 312º | 0.21% | 0.85% | - |
| XYZ | 55.37 | 49.4 | 66.94 | - |
| YUV | 190.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 209 | 0 | 0.21 | 0.04 | 0.15 | 312 | 0.38 | 0.77 |
| Hex | DA | AD | D1 | 0 | 15 | 4 | F | 138 | 26 | 4D |
| Octal | 332 | 255 | 321 | 0 | 25 | 4 | 17 | 470 | 46 | 115 |
| Binary | 11011010 | 10101101 | 11010001 | 0 | 10101 | 100 | 1111 | 100111000 | 100110 | 1001101 |
Color Harmonies of #DAADD1
Complementary color
Monochromatic Colors of #DAADD1
Black with #DAADD1
Text Example
Text Example
White with #DAADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADD1; }
p { color: rgb(218,173,209); }
H1.HeaderClassName
{
color: #DAADD1;
}
.AnyTagClassName
{
color: #DAADD1;
}
</style>
background-color css
<style>
a { background-color: #DAADD1; }
a { background-color: rgb(218,173,209); }
div.DivClassName
{
background-color: #DAADD1;
}
.BgClassName
{
background-color: #DAADD1;
}
</style>
border-color css
<style>
span { border-color: #DAADD1; }
span { border-color: rgb(218,173,209); }
td.TdClassName
{
border-color: #DAADD1;
}
.TagClassName
{
border-color: #DAADD1;
}
</style>