Shades of French Lilac #DAB6D5
Tints of French Lilac #DAB6D5
RGB
CMYK
RGB Variations
Color information
#DAB6D5 (or 0xDAB6D5) is known color: French Lilac. HEX triplet: DA, B6 and D5. RGB value is (218,182,213). Sum of RGB (Red+Green+Blue) = 218+182+213=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6D5 is #25492A. Grayscale: #C4C4C4. Windows color (decimal): -2443563 or 14005978. OLE color: 14005978.
HSL color Cylindrical-coordinate representation of color #DAB6D5: hue angle of 308.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 #DAB6D5 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 213 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.15 |
| HSL | 308.33º | 0.33% | 0.78% | - |
| HSV(B) | 308.33º | 0.17% | 0.85% | - |
| XYZ | 57.65 | 53.17 | 70.17 | - |
| YUV | 196.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 213 | 0 | 0.17 | 0.02 | 0.15 | 308.33 | 0.33 | 0.78 |
| Hex | DA | B6 | D5 | 0 | 11 | 2 | F | 134 | 21 | 4E |
| Octal | 332 | 266 | 325 | 0 | 21 | 2 | 17 | 464 | 41 | 116 |
| Binary | 11011010 | 10110110 | 11010101 | 0 | 10001 | 10 | 1111 | 100110100 | 100001 | 1001110 |
Color Harmonies of #DAB6D5
Complementary color
Monochromatic Colors of #DAB6D5
Black with #DAB6D5
Text Example
Text Example
White with #DAB6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6D5; }
p { color: rgb(218,182,213); }
H1.HeaderClassName
{
color: #DAB6D5;
}
.AnyTagClassName
{
color: #DAB6D5;
}
</style>
background-color css
<style>
a { background-color: #DAB6D5; }
a { background-color: rgb(218,182,213); }
div.DivClassName
{
background-color: #DAB6D5;
}
.BgClassName
{
background-color: #DAB6D5;
}
</style>
border-color css
<style>
span { border-color: #DAB6D5; }
span { border-color: rgb(218,182,213); }
td.TdClassName
{
border-color: #DAB6D5;
}
.TagClassName
{
border-color: #DAB6D5;
}
</style>