Shades of French Lilac #DAB4D7
Tints of French Lilac #DAB4D7
RGB
CMYK
RGB Variations
Color information
#DAB4D7 (or 0xDAB4D7) is known color: French Lilac. HEX triplet: DA, B4 and D7. RGB value is (218,180,215). Sum of RGB (Red+Green+Blue) = 218+180+215=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4D7 is #254B28. Grayscale: #C3C3C3. Windows color (decimal): -2444073 or 14136538. OLE color: 14136538.
HSL color Cylindrical-coordinate representation of color #DAB4D7: hue angle of 304.74º degrees, saturation: 0.34, 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 #DAB4D7 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 215 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.15 |
| HSL | 304.74º | 0.34% | 0.78% | - |
| HSV(B) | 304.74º | 0.17% | 0.85% | - |
| XYZ | 57.5 | 52.45 | 71.38 | - |
| YUV | 195.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 215 | 0 | 0.17 | 0.01 | 0.15 | 304.74 | 0.34 | 0.78 |
| Hex | DA | B4 | D7 | 0 | 11 | 1 | F | 131 | 22 | 4E |
| Octal | 332 | 264 | 327 | 0 | 21 | 1 | 17 | 461 | 42 | 116 |
| Binary | 11011010 | 10110100 | 11010111 | 0 | 10001 | 1 | 1111 | 100110001 | 100010 | 1001110 |
Color Harmonies of #DAB4D7
Complementary color
Monochromatic Colors of #DAB4D7
Black with #DAB4D7
Text Example
Text Example
White with #DAB4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB4D7; }
p { color: rgb(218,180,215); }
H1.HeaderClassName
{
color: #DAB4D7;
}
.AnyTagClassName
{
color: #DAB4D7;
}
</style>
background-color css
<style>
a { background-color: #DAB4D7; }
a { background-color: rgb(218,180,215); }
div.DivClassName
{
background-color: #DAB4D7;
}
.BgClassName
{
background-color: #DAB4D7;
}
</style>
border-color css
<style>
span { border-color: #DAB4D7; }
span { border-color: rgb(218,180,215); }
td.TdClassName
{
border-color: #DAB4D7;
}
.TagClassName
{
border-color: #DAB4D7;
}
</style>