Shades of French Lilac #DBCCD7
Tints of French Lilac #DBCCD7
RGB
CMYK
RGB Variations
Color information
#DBCCD7 (or 0xDBCCD7) is known color: French Lilac. HEX triplet: DB, CC and D7. RGB value is (219,204,215). Sum of RGB (Red+Green+Blue) = 219+204+215=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCD7 is #243328. Grayscale: #D1D1D1. Windows color (decimal): -2372393 or 14142683. OLE color: 14142683.
HSL color Cylindrical-coordinate representation of color #DBCCD7: hue angle of 316º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBCCD7 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 215 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.14 |
| HSL | 316º | 0.17% | 0.83% | - |
| HSV(B) | 316º | 0.07% | 0.86% | - |
| XYZ | 63.07 | 63.15 | 73.16 | - |
| YUV | 209.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 215 | 0 | 0.07 | 0.02 | 0.14 | 316 | 0.17 | 0.83 |
| Hex | DB | CC | D7 | 0 | 7 | 2 | E | 13C | 11 | 53 |
| Octal | 333 | 314 | 327 | 0 | 7 | 2 | 16 | 474 | 21 | 123 |
| Binary | 11011011 | 11001100 | 11010111 | 0 | 111 | 10 | 1110 | 100111100 | 10001 | 1010011 |
Color Harmonies of #DBCCD7
Complementary color
Monochromatic Colors of #DBCCD7
Black with #DBCCD7
Text Example
Text Example
White with #DBCCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCD7; }
p { color: rgb(219,204,215); }
H1.HeaderClassName
{
color: #DBCCD7;
}
.AnyTagClassName
{
color: #DBCCD7;
}
</style>
background-color css
<style>
a { background-color: #DBCCD7; }
a { background-color: rgb(219,204,215); }
div.DivClassName
{
background-color: #DBCCD7;
}
.BgClassName
{
background-color: #DBCCD7;
}
</style>
border-color css
<style>
span { border-color: #DBCCD7; }
span { border-color: rgb(219,204,215); }
td.TdClassName
{
border-color: #DBCCD7;
}
.TagClassName
{
border-color: #DBCCD7;
}
</style>