Shades of French Lilac #DBB1CE
Tints of French Lilac #DBB1CE
RGB
CMYK
RGB Variations
Color information
#DBB1CE (or 0xDBB1CE) is known color: French Lilac. HEX triplet: DB, B1 and CE. RGB value is (219,177,206). Sum of RGB (Red+Green+Blue) = 219+177+206=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1CE is #244E31. Grayscale: #C0C0C0. Windows color (decimal): -2379314 or 13545947. OLE color: 13545947.
HSL color Cylindrical-coordinate representation of color #DBB1CE: hue angle of 318.57º 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 #DBB1CE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 206 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.14 |
| HSL | 318.57º | 0.37% | 0.78% | - |
| HSV(B) | 318.57º | 0.19% | 0.86% | - |
| XYZ | 56.08 | 50.96 | 65.27 | - |
| YUV | 192.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 206 | 0 | 0.19 | 0.06 | 0.14 | 318.57 | 0.37 | 0.78 |
| Hex | DB | B1 | CE | 0 | 13 | 6 | E | 13F | 25 | 4E |
| Octal | 333 | 261 | 316 | 0 | 23 | 6 | 16 | 477 | 45 | 116 |
| Binary | 11011011 | 10110001 | 11001110 | 0 | 10011 | 110 | 1110 | 100111111 | 100101 | 1001110 |
Color Harmonies of #DBB1CE
Complementary color
Monochromatic Colors of #DBB1CE
Black with #DBB1CE
Text Example
Text Example
White with #DBB1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1CE; }
p { color: rgb(219,177,206); }
H1.HeaderClassName
{
color: #DBB1CE;
}
.AnyTagClassName
{
color: #DBB1CE;
}
</style>
background-color css
<style>
a { background-color: #DBB1CE; }
a { background-color: rgb(219,177,206); }
div.DivClassName
{
background-color: #DBB1CE;
}
.BgClassName
{
background-color: #DBB1CE;
}
</style>
border-color css
<style>
span { border-color: #DBB1CE; }
span { border-color: rgb(219,177,206); }
td.TdClassName
{
border-color: #DBB1CE;
}
.TagClassName
{
border-color: #DBB1CE;
}
</style>