Shades of French Lilac #DAB9D5
Tints of French Lilac #DAB9D5
RGB
CMYK
RGB Variations
Color information
#DAB9D5 (or 0xDAB9D5) is known color: French Lilac. HEX triplet: DA, B9 and D5. RGB value is (218,185,213). Sum of RGB (Red+Green+Blue) = 218+185+213=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9D5 is #25462A. Grayscale: #C5C5C5. Windows color (decimal): -2442795 or 14006746. OLE color: 14006746.
HSL color Cylindrical-coordinate representation of color #DAB9D5: hue angle of 309.09º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAB9D5 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 185 | 213 | - |
CMYK | 0 | 0.15 | 0.02 | 0.15 |
HSL | 309.09º | 0.31% | 0.79% | - |
HSV(B) | 309.09º | 0.15% | 0.85% | - |
XYZ | 58.27 | 54.41 | 70.38 | - |
YUV | 198.06 | 136.43 | 142.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 185 | 213 | 0 | 0.15 | 0.02 | 0.15 | 309.09 | 0.31 | 0.79 |
Hex | DA | B9 | D5 | 0 | F | 2 | F | 135 | 1F | 4F |
Octal | 332 | 271 | 325 | 0 | 17 | 2 | 17 | 465 | 37 | 117 |
Binary | 11011010 | 10111001 | 11010101 | 0 | 1111 | 10 | 1111 | 100110101 | 11111 | 1001111 |
Color Harmonies of #DAB9D5
Complementary color
Monochromatic Colors of #DAB9D5
Black with #DAB9D5
Text Example
Text Example
White with #DAB9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9D5; }
p { color: rgb(218,185,213); }
H1.HeaderClassName
{
color: #DAB9D5;
}
.AnyTagClassName
{
color: #DAB9D5;
}
</style>
background-color css
<style>
a { background-color: #DAB9D5; }
a { background-color: rgb(218,185,213); }
div.DivClassName
{
background-color: #DAB9D5;
}
.BgClassName
{
background-color: #DAB9D5;
}
</style>
border-color css
<style>
span { border-color: #DAB9D5; }
span { border-color: rgb(218,185,213); }
td.TdClassName
{
border-color: #DAB9D5;
}
.TagClassName
{
border-color: #DAB9D5;
}
</style>