Shades of French Lilac #DABBD3
Tints of French Lilac #DABBD3
RGB
CMYK
RGB Variations
Color information
#DABBD3 (or 0xDABBD3) is known color: French Lilac. HEX triplet: DA, BB and D3. RGB value is (218,187,211). Sum of RGB (Red+Green+Blue) = 218+187+211=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBD3 is #25442C. Grayscale: #C6C6C6. Windows color (decimal): -2442285 or 13876186. OLE color: 13876186.
HSL color Cylindrical-coordinate representation of color #DABBD3: hue angle of 313.55º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABBD3 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 211 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.15 |
| HSL | 313.55º | 0.3% | 0.79% | - |
| HSV(B) | 313.55º | 0.14% | 0.85% | - |
| XYZ | 58.44 | 55.15 | 69.19 | - |
| YUV | 199.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 211 | 0 | 0.14 | 0.03 | 0.15 | 313.55 | 0.3 | 0.79 |
| Hex | DA | BB | D3 | 0 | E | 3 | F | 13A | 1E | 4F |
| Octal | 332 | 273 | 323 | 0 | 16 | 3 | 17 | 472 | 36 | 117 |
| Binary | 11011010 | 10111011 | 11010011 | 0 | 1110 | 11 | 1111 | 100111010 | 11110 | 1001111 |
Color Harmonies of #DABBD3
Complementary color
Monochromatic Colors of #DABBD3
Black with #DABBD3
Text Example
Text Example
White with #DABBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBD3; }
p { color: rgb(218,187,211); }
H1.HeaderClassName
{
color: #DABBD3;
}
.AnyTagClassName
{
color: #DABBD3;
}
</style>
background-color css
<style>
a { background-color: #DABBD3; }
a { background-color: rgb(218,187,211); }
div.DivClassName
{
background-color: #DABBD3;
}
.BgClassName
{
background-color: #DABBD3;
}
</style>
border-color css
<style>
span { border-color: #DABBD3; }
span { border-color: rgb(218,187,211); }
td.TdClassName
{
border-color: #DABBD3;
}
.TagClassName
{
border-color: #DABBD3;
}
</style>