Shades of French Lilac #DABCD5
Tints of French Lilac #DABCD5
RGB
CMYK
RGB Variations
Color information
#DABCD5 (or 0xDABCD5) is known color: French Lilac. HEX triplet: DA, BC and D5. RGB value is (218,188,213). Sum of RGB (Red+Green+Blue) = 218+188+213=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCD5 is #25432A. Grayscale: #C7C7C7. Windows color (decimal): -2442027 or 14007514. OLE color: 14007514.
HSL color Cylindrical-coordinate representation of color #DABCD5: hue angle of 310º 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 #DABCD5 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 213 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.15 |
| HSL | 310º | 0.29% | 0.8% | - |
| HSV(B) | 310º | 0.14% | 0.85% | - |
| XYZ | 58.91 | 55.68 | 70.59 | - |
| YUV | 199.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 213 | 0 | 0.14 | 0.02 | 0.15 | 310 | 0.29 | 0.8 |
| Hex | DA | BC | D5 | 0 | E | 2 | F | 136 | 1D | 50 |
| Octal | 332 | 274 | 325 | 0 | 16 | 2 | 17 | 466 | 35 | 120 |
| Binary | 11011010 | 10111100 | 11010101 | 0 | 1110 | 10 | 1111 | 100110110 | 11101 | 1010000 |
Color Harmonies of #DABCD5
Complementary color
Monochromatic Colors of #DABCD5
Black with #DABCD5
Text Example
Text Example
White with #DABCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCD5; }
p { color: rgb(218,188,213); }
H1.HeaderClassName
{
color: #DABCD5;
}
.AnyTagClassName
{
color: #DABCD5;
}
</style>
background-color css
<style>
a { background-color: #DABCD5; }
a { background-color: rgb(218,188,213); }
div.DivClassName
{
background-color: #DABCD5;
}
.BgClassName
{
background-color: #DABCD5;
}
</style>
border-color css
<style>
span { border-color: #DABCD5; }
span { border-color: rgb(218,188,213); }
td.TdClassName
{
border-color: #DABCD5;
}
.TagClassName
{
border-color: #DABCD5;
}
</style>