Shades of French Lilac #DBB1CF
Tints of French Lilac #DBB1CF
RGB
CMYK
RGB Variations
Color information
#DBB1CF (or 0xDBB1CF) is known color: French Lilac. HEX triplet: DB, B1 and CF. RGB value is (219,177,207). Sum of RGB (Red+Green+Blue) = 219+177+207=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1CF is #244E30. Grayscale: #C0C0C0. Windows color (decimal): -2379313 or 13611483. OLE color: 13611483.
HSL color Cylindrical-coordinate representation of color #DBB1CF: hue angle of 317.14º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB1CF is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 207 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.14 |
| HSL | 317.14º | 0.37% | 0.78% | - |
| HSV(B) | 317.14º | 0.19% | 0.86% | - |
| XYZ | 56.2 | 51.01 | 65.92 | - |
| YUV | 192.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 207 | 0 | 0.19 | 0.05 | 0.14 | 317.14 | 0.37 | 0.78 |
| Hex | DB | B1 | CF | 0 | 13 | 5 | E | 13D | 25 | 4E |
| Octal | 333 | 261 | 317 | 0 | 23 | 5 | 16 | 475 | 45 | 116 |
| Binary | 11011011 | 10110001 | 11001111 | 0 | 10011 | 101 | 1110 | 100111101 | 100101 | 1001110 |
Color Harmonies of #DBB1CF
Complementary color
Monochromatic Colors of #DBB1CF
Black with #DBB1CF
Text Example
Text Example
White with #DBB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1CF; }
p { color: rgb(219,177,207); }
H1.HeaderClassName
{
color: #DBB1CF;
}
.AnyTagClassName
{
color: #DBB1CF;
}
</style>
background-color css
<style>
a { background-color: #DBB1CF; }
a { background-color: rgb(219,177,207); }
div.DivClassName
{
background-color: #DBB1CF;
}
.BgClassName
{
background-color: #DBB1CF;
}
</style>
border-color css
<style>
span { border-color: #DBB1CF; }
span { border-color: rgb(219,177,207); }
td.TdClassName
{
border-color: #DBB1CF;
}
.TagClassName
{
border-color: #DBB1CF;
}
</style>