Shades of French Lilac #DAB6CF
Tints of French Lilac #DAB6CF
RGB
CMYK
RGB Variations
Color information
#DAB6CF (or 0xDAB6CF) is known color: French Lilac. HEX triplet: DA, B6 and CF. RGB value is (218,182,207). Sum of RGB (Red+Green+Blue) = 218+182+207=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6CF is #254930. Grayscale: #C3C3C3. Windows color (decimal): -2443569 or 13612762. OLE color: 13612762.
HSL color Cylindrical-coordinate representation of color #DAB6CF: hue angle of 318.33º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB6CF is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 207 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.15 |
| HSL | 318.33º | 0.33% | 0.78% | - |
| HSV(B) | 318.33º | 0.17% | 0.85% | - |
| XYZ | 56.9 | 52.87 | 66.24 | - |
| YUV | 195.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 207 | 0 | 0.17 | 0.05 | 0.15 | 318.33 | 0.33 | 0.78 |
| Hex | DA | B6 | CF | 0 | 11 | 5 | F | 13E | 21 | 4E |
| Octal | 332 | 266 | 317 | 0 | 21 | 5 | 17 | 476 | 41 | 116 |
| Binary | 11011010 | 10110110 | 11001111 | 0 | 10001 | 101 | 1111 | 100111110 | 100001 | 1001110 |
Color Harmonies of #DAB6CF
Complementary color
Monochromatic Colors of #DAB6CF
Black with #DAB6CF
Text Example
Text Example
White with #DAB6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6CF; }
p { color: rgb(218,182,207); }
H1.HeaderClassName
{
color: #DAB6CF;
}
.AnyTagClassName
{
color: #DAB6CF;
}
</style>
background-color css
<style>
a { background-color: #DAB6CF; }
a { background-color: rgb(218,182,207); }
div.DivClassName
{
background-color: #DAB6CF;
}
.BgClassName
{
background-color: #DAB6CF;
}
</style>
border-color css
<style>
span { border-color: #DAB6CF; }
span { border-color: rgb(218,182,207); }
td.TdClassName
{
border-color: #DAB6CF;
}
.TagClassName
{
border-color: #DAB6CF;
}
</style>