Shades of French Lilac #DAADD3
Tints of French Lilac #DAADD3
RGB
CMYK
RGB Variations
Color information
#DAADD3 (or 0xDAADD3) is known color: French Lilac. HEX triplet: DA, AD and D3. RGB value is (218,173,211). Sum of RGB (Red+Green+Blue) = 218+173+211=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADD3 is #25522C. Grayscale: #BEBEBE. Windows color (decimal): -2445869 or 13872602. OLE color: 13872602.
HSL color Cylindrical-coordinate representation of color #DAADD3: hue angle of 309.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 #DAADD3 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 211 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.15 |
| HSL | 309.33º | 0.38% | 0.77% | - |
| HSV(B) | 309.33º | 0.21% | 0.85% | - |
| XYZ | 55.61 | 49.5 | 68.25 | - |
| YUV | 190.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 211 | 0 | 0.21 | 0.03 | 0.15 | 309.33 | 0.38 | 0.77 |
| Hex | DA | AD | D3 | 0 | 15 | 3 | F | 135 | 26 | 4D |
| Octal | 332 | 255 | 323 | 0 | 25 | 3 | 17 | 465 | 46 | 115 |
| Binary | 11011010 | 10101101 | 11010011 | 0 | 10101 | 11 | 1111 | 100110101 | 100110 | 1001101 |
Color Harmonies of #DAADD3
Complementary color
Monochromatic Colors of #DAADD3
Black with #DAADD3
Text Example
Text Example
White with #DAADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADD3; }
p { color: rgb(218,173,211); }
H1.HeaderClassName
{
color: #DAADD3;
}
.AnyTagClassName
{
color: #DAADD3;
}
</style>
background-color css
<style>
a { background-color: #DAADD3; }
a { background-color: rgb(218,173,211); }
div.DivClassName
{
background-color: #DAADD3;
}
.BgClassName
{
background-color: #DAADD3;
}
</style>
border-color css
<style>
span { border-color: #DAADD3; }
span { border-color: rgb(218,173,211); }
td.TdClassName
{
border-color: #DAADD3;
}
.TagClassName
{
border-color: #DAADD3;
}
</style>