Shades of French Lilac #DCB2CF
Tints of French Lilac #DCB2CF
RGB
CMYK
RGB Variations
Color information
#DCB2CF (or 0xDCB2CF) is known color: French Lilac. HEX triplet: DC, B2 and CF. RGB value is (220,178,207). Sum of RGB (Red+Green+Blue) = 220+178+207=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2CF is #234D30. Grayscale: #C1C1C1. Windows color (decimal): -2313521 or 13611740. OLE color: 13611740.
HSL color Cylindrical-coordinate representation of color #DCB2CF: hue angle of 318.57º degrees, saturation: 0.38, 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 #DCB2CF is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 207 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.14 |
| HSL | 318.57º | 0.38% | 0.78% | - |
| HSV(B) | 318.57º | 0.19% | 0.86% | - |
| XYZ | 56.7 | 51.56 | 66 | - |
| YUV | 193.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 207 | 0 | 0.19 | 0.06 | 0.14 | 318.57 | 0.38 | 0.78 |
| Hex | DC | B2 | CF | 0 | 13 | 6 | E | 13F | 26 | 4E |
| Octal | 334 | 262 | 317 | 0 | 23 | 6 | 16 | 477 | 46 | 116 |
| Binary | 11011100 | 10110010 | 11001111 | 0 | 10011 | 110 | 1110 | 100111111 | 100110 | 1001110 |
Color Harmonies of #DCB2CF
Complementary color
Monochromatic Colors of #DCB2CF
Black with #DCB2CF
Text Example
Text Example
White with #DCB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2CF; }
p { color: rgb(220,178,207); }
H1.HeaderClassName
{
color: #DCB2CF;
}
.AnyTagClassName
{
color: #DCB2CF;
}
</style>
background-color css
<style>
a { background-color: #DCB2CF; }
a { background-color: rgb(220,178,207); }
div.DivClassName
{
background-color: #DCB2CF;
}
.BgClassName
{
background-color: #DCB2CF;
}
</style>
border-color css
<style>
span { border-color: #DCB2CF; }
span { border-color: rgb(220,178,207); }
td.TdClassName
{
border-color: #DCB2CF;
}
.TagClassName
{
border-color: #DCB2CF;
}
</style>