Shades of French Lilac #DABCD6
Tints of French Lilac #DABCD6
RGB
CMYK
RGB Variations
Color information
#DABCD6 (or 0xDABCD6) is known color: French Lilac. HEX triplet: DA, BC and D6. RGB value is (218,188,214). Sum of RGB (Red+Green+Blue) = 218+188+214=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCD6 is #254329. Grayscale: #C7C7C7. Windows color (decimal): -2442026 or 14073050. OLE color: 14073050.
HSL color Cylindrical-coordinate representation of color #DABCD6: hue angle of 308º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABCD6 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 214 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.15 |
| HSL | 308º | 0.29% | 0.8% | - |
| HSV(B) | 308º | 0.14% | 0.85% | - |
| XYZ | 59.03 | 55.73 | 71.26 | - |
| YUV | 199.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 214 | 0 | 0.14 | 0.02 | 0.15 | 308 | 0.29 | 0.8 |
| Hex | DA | BC | D6 | 0 | E | 2 | F | 134 | 1D | 50 |
| Octal | 332 | 274 | 326 | 0 | 16 | 2 | 17 | 464 | 35 | 120 |
| Binary | 11011010 | 10111100 | 11010110 | 0 | 1110 | 10 | 1111 | 100110100 | 11101 | 1010000 |
Color Harmonies of #DABCD6
Complementary color
Monochromatic Colors of #DABCD6
Black with #DABCD6
Text Example
Text Example
White with #DABCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCD6; }
p { color: rgb(218,188,214); }
H1.HeaderClassName
{
color: #DABCD6;
}
.AnyTagClassName
{
color: #DABCD6;
}
</style>
background-color css
<style>
a { background-color: #DABCD6; }
a { background-color: rgb(218,188,214); }
div.DivClassName
{
background-color: #DABCD6;
}
.BgClassName
{
background-color: #DABCD6;
}
</style>
border-color css
<style>
span { border-color: #DABCD6; }
span { border-color: rgb(218,188,214); }
td.TdClassName
{
border-color: #DABCD6;
}
.TagClassName
{
border-color: #DABCD6;
}
</style>