Shades of French Lilac #DBC2D6
Tints of French Lilac #DBC2D6
RGB
CMYK
RGB Variations
Color information
#DBC2D6 (or 0xDBC2D6) is known color: French Lilac. HEX triplet: DB, C2 and D6. RGB value is (219,194,214). Sum of RGB (Red+Green+Blue) = 219+194+214=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2D6 is #243D29. Grayscale: #CBCBCB. Windows color (decimal): -2374954 or 14074587. OLE color: 14074587.
HSL color Cylindrical-coordinate representation of color #DBC2D6: hue angle of 312º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC2D6 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 214 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.14 |
| HSL | 312º | 0.26% | 0.81% | - |
| HSV(B) | 312º | 0.11% | 0.86% | - |
| XYZ | 60.64 | 58.5 | 71.71 | - |
| YUV | 203.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 214 | 0 | 0.11 | 0.02 | 0.14 | 312 | 0.26 | 0.81 |
| Hex | DB | C2 | D6 | 0 | B | 2 | E | 138 | 1A | 51 |
| Octal | 333 | 302 | 326 | 0 | 13 | 2 | 16 | 470 | 32 | 121 |
| Binary | 11011011 | 11000010 | 11010110 | 0 | 1011 | 10 | 1110 | 100111000 | 11010 | 1010001 |
Color Harmonies of #DBC2D6
Complementary color
Monochromatic Colors of #DBC2D6
Black with #DBC2D6
Text Example
Text Example
White with #DBC2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2D6; }
p { color: rgb(219,194,214); }
H1.HeaderClassName
{
color: #DBC2D6;
}
.AnyTagClassName
{
color: #DBC2D6;
}
</style>
background-color css
<style>
a { background-color: #DBC2D6; }
a { background-color: rgb(219,194,214); }
div.DivClassName
{
background-color: #DBC2D6;
}
.BgClassName
{
background-color: #DBC2D6;
}
</style>
border-color css
<style>
span { border-color: #DBC2D6; }
span { border-color: rgb(219,194,214); }
td.TdClassName
{
border-color: #DBC2D6;
}
.TagClassName
{
border-color: #DBC2D6;
}
</style>