Shades of French Lilac #DBB1D0
Tints of French Lilac #DBB1D0
RGB
CMYK
RGB Variations
Color information
#DBB1D0 (or 0xDBB1D0) is known color: French Lilac. HEX triplet: DB, B1 and D0. RGB value is (219,177,208). Sum of RGB (Red+Green+Blue) = 219+177+208=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1D0 is #244E2F. Grayscale: #C1C1C1. Windows color (decimal): -2379312 or 13677019. OLE color: 13677019.
HSL color Cylindrical-coordinate representation of color #DBB1D0: hue angle of 315.71º 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 #DBB1D0 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 177 | 208 | - |
CMYK | 0 | 0.19 | 0.05 | 0.14 |
HSL | 315.71º | 0.37% | 0.78% | - |
HSV(B) | 315.71º | 0.19% | 0.86% | - |
XYZ | 56.32 | 51.06 | 66.56 | - |
YUV | 193.09 | 136.41 | 146.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 177 | 208 | 0 | 0.19 | 0.05 | 0.14 | 315.71 | 0.37 | 0.78 |
Hex | DB | B1 | D0 | 0 | 13 | 5 | E | 13C | 25 | 4E |
Octal | 333 | 261 | 320 | 0 | 23 | 5 | 16 | 474 | 45 | 116 |
Binary | 11011011 | 10110001 | 11010000 | 0 | 10011 | 101 | 1110 | 100111100 | 100101 | 1001110 |
Color Harmonies of #DBB1D0
Complementary color
Monochromatic Colors of #DBB1D0
Black with #DBB1D0
Text Example
Text Example
White with #DBB1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1D0; }
p { color: rgb(219,177,208); }
H1.HeaderClassName
{
color: #DBB1D0;
}
.AnyTagClassName
{
color: #DBB1D0;
}
</style>
background-color css
<style>
a { background-color: #DBB1D0; }
a { background-color: rgb(219,177,208); }
div.DivClassName
{
background-color: #DBB1D0;
}
.BgClassName
{
background-color: #DBB1D0;
}
</style>
border-color css
<style>
span { border-color: #DBB1D0; }
span { border-color: rgb(219,177,208); }
td.TdClassName
{
border-color: #DBB1D0;
}
.TagClassName
{
border-color: #DBB1D0;
}
</style>