Shades of French Lilac #DABBD2
Tints of French Lilac #DABBD2
RGB
CMYK
RGB Variations
Color information
#DABBD2 (or 0xDABBD2) is known color: French Lilac. HEX triplet: DA, BB and D2. RGB value is (218,187,210). Sum of RGB (Red+Green+Blue) = 218+187+210=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBD2 is #25442D. Grayscale: #C6C6C6. Windows color (decimal): -2442286 or 13810650. OLE color: 13810650.
HSL color Cylindrical-coordinate representation of color #DABBD2: hue angle of 315.48º 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 #DABBD2 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 210 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.15 |
| HSL | 315.48º | 0.3% | 0.79% | - |
| HSV(B) | 315.48º | 0.14% | 0.85% | - |
| XYZ | 58.32 | 55.1 | 68.53 | - |
| YUV | 198.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 210 | 0 | 0.14 | 0.04 | 0.15 | 315.48 | 0.3 | 0.79 |
| Hex | DA | BB | D2 | 0 | E | 4 | F | 13B | 1E | 4F |
| Octal | 332 | 273 | 322 | 0 | 16 | 4 | 17 | 473 | 36 | 117 |
| Binary | 11011010 | 10111011 | 11010010 | 0 | 1110 | 100 | 1111 | 100111011 | 11110 | 1001111 |
Color Harmonies of #DABBD2
Complementary color
Monochromatic Colors of #DABBD2
Black with #DABBD2
Text Example
Text Example
White with #DABBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBD2; }
p { color: rgb(218,187,210); }
H1.HeaderClassName
{
color: #DABBD2;
}
.AnyTagClassName
{
color: #DABBD2;
}
</style>
background-color css
<style>
a { background-color: #DABBD2; }
a { background-color: rgb(218,187,210); }
div.DivClassName
{
background-color: #DABBD2;
}
.BgClassName
{
background-color: #DABBD2;
}
</style>
border-color css
<style>
span { border-color: #DABBD2; }
span { border-color: rgb(218,187,210); }
td.TdClassName
{
border-color: #DABBD2;
}
.TagClassName
{
border-color: #DABBD2;
}
</style>