Shades of French Lilac #DABCD7
Tints of French Lilac #DABCD7
RGB
CMYK
RGB Variations
Color information
#DABCD7 (or 0xDABCD7) is known color: French Lilac. HEX triplet: DA, BC and D7. RGB value is (218,188,215). Sum of RGB (Red+Green+Blue) = 218+188+215=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCD7 is #254328. Grayscale: #C7C7C7. Windows color (decimal): -2442025 or 14138586. OLE color: 14138586.
HSL color Cylindrical-coordinate representation of color #DABCD7: hue angle of 306º 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 #DABCD7 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 215 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.15 |
| HSL | 306º | 0.29% | 0.8% | - |
| HSV(B) | 306º | 0.14% | 0.85% | - |
| XYZ | 59.16 | 55.78 | 71.94 | - |
| YUV | 200.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 215 | 0 | 0.14 | 0.01 | 0.15 | 306 | 0.29 | 0.8 |
| Hex | DA | BC | D7 | 0 | E | 1 | F | 132 | 1D | 50 |
| Octal | 332 | 274 | 327 | 0 | 16 | 1 | 17 | 462 | 35 | 120 |
| Binary | 11011010 | 10111100 | 11010111 | 0 | 1110 | 1 | 1111 | 100110010 | 11101 | 1010000 |
Color Harmonies of #DABCD7
Complementary color
Monochromatic Colors of #DABCD7
Black with #DABCD7
Text Example
Text Example
White with #DABCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCD7; }
p { color: rgb(218,188,215); }
H1.HeaderClassName
{
color: #DABCD7;
}
.AnyTagClassName
{
color: #DABCD7;
}
</style>
background-color css
<style>
a { background-color: #DABCD7; }
a { background-color: rgb(218,188,215); }
div.DivClassName
{
background-color: #DABCD7;
}
.BgClassName
{
background-color: #DABCD7;
}
</style>
border-color css
<style>
span { border-color: #DABCD7; }
span { border-color: rgb(218,188,215); }
td.TdClassName
{
border-color: #DABCD7;
}
.TagClassName
{
border-color: #DABCD7;
}
</style>