Shades of French Lilac #DAABD4
Tints of French Lilac #DAABD4
RGB
CMYK
RGB Variations
Color information
#DAABD4 (or 0xDAABD4) is known color: French Lilac. HEX triplet: DA, AB and D4. RGB value is (218,171,212). Sum of RGB (Red+Green+Blue) = 218+171+212=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABD4 is #25542B. Grayscale: #BDBDBD. Windows color (decimal): -2446380 or 13937626. OLE color: 13937626.
HSL color Cylindrical-coordinate representation of color #DAABD4: hue angle of 307.66º 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 #DAABD4 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 212 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.15 |
| HSL | 307.66º | 0.39% | 0.76% | - |
| HSV(B) | 307.66º | 0.22% | 0.85% | - |
| XYZ | 55.36 | 48.78 | 68.79 | - |
| YUV | 189.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 212 | 0 | 0.22 | 0.03 | 0.15 | 307.66 | 0.39 | 0.76 |
| Hex | DA | AB | D4 | 0 | 16 | 3 | F | 134 | 27 | 4C |
| Octal | 332 | 253 | 324 | 0 | 26 | 3 | 17 | 464 | 47 | 114 |
| Binary | 11011010 | 10101011 | 11010100 | 0 | 10110 | 11 | 1111 | 100110100 | 100111 | 1001100 |
Color Harmonies of #DAABD4
Complementary color
Monochromatic Colors of #DAABD4
Black with #DAABD4
Text Example
Text Example
White with #DAABD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABD4; }
p { color: rgb(218,171,212); }
H1.HeaderClassName
{
color: #DAABD4;
}
.AnyTagClassName
{
color: #DAABD4;
}
</style>
background-color css
<style>
a { background-color: #DAABD4; }
a { background-color: rgb(218,171,212); }
div.DivClassName
{
background-color: #DAABD4;
}
.BgClassName
{
background-color: #DAABD4;
}
</style>
border-color css
<style>
span { border-color: #DAABD4; }
span { border-color: rgb(218,171,212); }
td.TdClassName
{
border-color: #DAABD4;
}
.TagClassName
{
border-color: #DAABD4;
}
</style>