Shades of French Lilac #DAB2CF
Tints of French Lilac #DAB2CF
RGB
CMYK
RGB Variations
Color information
#DAB2CF (or 0xDAB2CF) is known color: French Lilac. HEX triplet: DA, B2 and CF. RGB value is (218,178,207). Sum of RGB (Red+Green+Blue) = 218+178+207=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2CF is #254D30. Grayscale: #C1C1C1. Windows color (decimal): -2444593 or 13611738. OLE color: 13611738.
HSL color Cylindrical-coordinate representation of color #DAB2CF: hue angle of 316.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB2CF is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 207 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.15 |
| HSL | 316.5º | 0.35% | 0.78% | - |
| HSV(B) | 316.5º | 0.18% | 0.85% | - |
| XYZ | 56.1 | 51.25 | 65.97 | - |
| YUV | 193.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 207 | 0 | 0.18 | 0.05 | 0.15 | 316.5 | 0.35 | 0.78 |
| Hex | DA | B2 | CF | 0 | 12 | 5 | F | 13C | 23 | 4E |
| Octal | 332 | 262 | 317 | 0 | 22 | 5 | 17 | 474 | 43 | 116 |
| Binary | 11011010 | 10110010 | 11001111 | 0 | 10010 | 101 | 1111 | 100111100 | 100011 | 1001110 |
Color Harmonies of #DAB2CF
Complementary color
Monochromatic Colors of #DAB2CF
Black with #DAB2CF
Text Example
Text Example
White with #DAB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2CF; }
p { color: rgb(218,178,207); }
H1.HeaderClassName
{
color: #DAB2CF;
}
.AnyTagClassName
{
color: #DAB2CF;
}
</style>
background-color css
<style>
a { background-color: #DAB2CF; }
a { background-color: rgb(218,178,207); }
div.DivClassName
{
background-color: #DAB2CF;
}
.BgClassName
{
background-color: #DAB2CF;
}
</style>
border-color css
<style>
span { border-color: #DAB2CF; }
span { border-color: rgb(218,178,207); }
td.TdClassName
{
border-color: #DAB2CF;
}
.TagClassName
{
border-color: #DAB2CF;
}
</style>