Shades of French Lilac #DAABD3
Tints of French Lilac #DAABD3
RGB
CMYK
RGB Variations
Color information
#DAABD3 (or 0xDAABD3) is known color: French Lilac. HEX triplet: DA, AB and D3. RGB value is (218,171,211). Sum of RGB (Red+Green+Blue) = 218+171+211=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABD3 is #25542C. Grayscale: #BDBDBD. Windows color (decimal): -2446381 or 13872090. OLE color: 13872090.
HSL color Cylindrical-coordinate representation of color #DAABD3: hue angle of 308.94º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAABD3 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 211 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.15 |
| HSL | 308.94º | 0.39% | 0.76% | - |
| HSV(B) | 308.94º | 0.22% | 0.85% | - |
| XYZ | 55.23 | 48.73 | 68.12 | - |
| YUV | 189.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 211 | 0 | 0.22 | 0.03 | 0.15 | 308.94 | 0.39 | 0.76 |
| Hex | DA | AB | D3 | 0 | 16 | 3 | F | 135 | 27 | 4C |
| Octal | 332 | 253 | 323 | 0 | 26 | 3 | 17 | 465 | 47 | 114 |
| Binary | 11011010 | 10101011 | 11010011 | 0 | 10110 | 11 | 1111 | 100110101 | 100111 | 1001100 |
Color Harmonies of #DAABD3
Complementary color
Monochromatic Colors of #DAABD3
Black with #DAABD3
Text Example
Text Example
White with #DAABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABD3; }
p { color: rgb(218,171,211); }
H1.HeaderClassName
{
color: #DAABD3;
}
.AnyTagClassName
{
color: #DAABD3;
}
</style>
background-color css
<style>
a { background-color: #DAABD3; }
a { background-color: rgb(218,171,211); }
div.DivClassName
{
background-color: #DAABD3;
}
.BgClassName
{
background-color: #DAABD3;
}
</style>
border-color css
<style>
span { border-color: #DAABD3; }
span { border-color: rgb(218,171,211); }
td.TdClassName
{
border-color: #DAABD3;
}
.TagClassName
{
border-color: #DAABD3;
}
</style>