Shades of French Lilac #DCBFD8
Tints of French Lilac #DCBFD8
RGB
CMYK
RGB Variations
Color information
#DCBFD8 (or 0xDCBFD8) is known color: French Lilac. HEX triplet: DC, BF and D8. RGB value is (220,191,216). Sum of RGB (Red+Green+Blue) = 220+191+216=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFD8 is #234027. Grayscale: #CACACA. Windows color (decimal): -2310184 or 14204892. OLE color: 14204892.
HSL color Cylindrical-coordinate representation of color #DCBFD8: hue angle of 308.28º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCBFD8 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 216 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.14 |
| HSL | 308.28º | 0.29% | 0.81% | - |
| HSV(B) | 308.28º | 0.13% | 0.86% | - |
| XYZ | 60.54 | 57.44 | 72.86 | - |
| YUV | 202.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 216 | 0 | 0.13 | 0.02 | 0.14 | 308.28 | 0.29 | 0.81 |
| Hex | DC | BF | D8 | 0 | D | 2 | E | 134 | 1D | 51 |
| Octal | 334 | 277 | 330 | 0 | 15 | 2 | 16 | 464 | 35 | 121 |
| Binary | 11011100 | 10111111 | 11011000 | 0 | 1101 | 10 | 1110 | 100110100 | 11101 | 1010001 |
Color Harmonies of #DCBFD8
Complementary color
Monochromatic Colors of #DCBFD8
Black with #DCBFD8
Text Example
Text Example
White with #DCBFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFD8; }
p { color: rgb(220,191,216); }
H1.HeaderClassName
{
color: #DCBFD8;
}
.AnyTagClassName
{
color: #DCBFD8;
}
</style>
background-color css
<style>
a { background-color: #DCBFD8; }
a { background-color: rgb(220,191,216); }
div.DivClassName
{
background-color: #DCBFD8;
}
.BgClassName
{
background-color: #DCBFD8;
}
</style>
border-color css
<style>
span { border-color: #DCBFD8; }
span { border-color: rgb(220,191,216); }
td.TdClassName
{
border-color: #DCBFD8;
}
.TagClassName
{
border-color: #DCBFD8;
}
</style>