Shades of French Lilac #DAB0D2
Tints of French Lilac #DAB0D2
RGB
CMYK
RGB Variations
Color information
#DAB0D2 (or 0xDAB0D2) is known color: French Lilac. HEX triplet: DA, B0 and D2. RGB value is (218,176,210). Sum of RGB (Red+Green+Blue) = 218+176+210=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0D2 is #254F2D. Grayscale: #C0C0C0. Windows color (decimal): -2445102 or 13807834. OLE color: 13807834.
HSL color Cylindrical-coordinate representation of color #DAB0D2: hue angle of 311.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB0D2 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 210 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.15 |
| HSL | 311.43º | 0.36% | 0.77% | - |
| HSV(B) | 311.43º | 0.19% | 0.85% | - |
| XYZ | 56.07 | 50.61 | 67.79 | - |
| YUV | 192.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 210 | 0 | 0.19 | 0.04 | 0.15 | 311.43 | 0.36 | 0.77 |
| Hex | DA | B0 | D2 | 0 | 13 | 4 | F | 137 | 24 | 4D |
| Octal | 332 | 260 | 322 | 0 | 23 | 4 | 17 | 467 | 44 | 115 |
| Binary | 11011010 | 10110000 | 11010010 | 0 | 10011 | 100 | 1111 | 100110111 | 100100 | 1001101 |
Color Harmonies of #DAB0D2
Complementary color
Monochromatic Colors of #DAB0D2
Black with #DAB0D2
Text Example
Text Example
White with #DAB0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0D2; }
p { color: rgb(218,176,210); }
H1.HeaderClassName
{
color: #DAB0D2;
}
.AnyTagClassName
{
color: #DAB0D2;
}
</style>
background-color css
<style>
a { background-color: #DAB0D2; }
a { background-color: rgb(218,176,210); }
div.DivClassName
{
background-color: #DAB0D2;
}
.BgClassName
{
background-color: #DAB0D2;
}
</style>
border-color css
<style>
span { border-color: #DAB0D2; }
span { border-color: rgb(218,176,210); }
td.TdClassName
{
border-color: #DAB0D2;
}
.TagClassName
{
border-color: #DAB0D2;
}
</style>