Shades of French Lilac #DAB4D0
Tints of French Lilac #DAB4D0
RGB
CMYK
RGB Variations
Color information
#DAB4D0 (or 0xDAB4D0) is known color: French Lilac. HEX triplet: DA, B4 and D0. RGB value is (218,180,208). Sum of RGB (Red+Green+Blue) = 218+180+208=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4D0 is #254B2F. Grayscale: #C2C2C2. Windows color (decimal): -2444080 or 13677786. OLE color: 13677786.
HSL color Cylindrical-coordinate representation of color #DAB4D0: hue angle of 315.79º 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 #DAB4D0 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 208 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.15 |
| HSL | 315.79º | 0.34% | 0.78% | - |
| HSV(B) | 315.79º | 0.17% | 0.85% | - |
| XYZ | 56.62 | 52.1 | 66.75 | - |
| YUV | 194.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 208 | 0 | 0.17 | 0.05 | 0.15 | 315.79 | 0.34 | 0.78 |
| Hex | DA | B4 | D0 | 0 | 11 | 5 | F | 13C | 22 | 4E |
| Octal | 332 | 264 | 320 | 0 | 21 | 5 | 17 | 474 | 42 | 116 |
| Binary | 11011010 | 10110100 | 11010000 | 0 | 10001 | 101 | 1111 | 100111100 | 100010 | 1001110 |
Color Harmonies of #DAB4D0
Complementary color
Monochromatic Colors of #DAB4D0
Black with #DAB4D0
Text Example
Text Example
White with #DAB4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB4D0; }
p { color: rgb(218,180,208); }
H1.HeaderClassName
{
color: #DAB4D0;
}
.AnyTagClassName
{
color: #DAB4D0;
}
</style>
background-color css
<style>
a { background-color: #DAB4D0; }
a { background-color: rgb(218,180,208); }
div.DivClassName
{
background-color: #DAB4D0;
}
.BgClassName
{
background-color: #DAB4D0;
}
</style>
border-color css
<style>
span { border-color: #DAB4D0; }
span { border-color: rgb(218,180,208); }
td.TdClassName
{
border-color: #DAB4D0;
}
.TagClassName
{
border-color: #DAB4D0;
}
</style>