Shades of French Lilac #DCB5D0
Tints of French Lilac #DCB5D0
RGB
CMYK
RGB Variations
Color information
#DCB5D0 (or 0xDCB5D0) is known color: French Lilac. HEX triplet: DC, B5 and D0. RGB value is (220,181,208). Sum of RGB (Red+Green+Blue) = 220+181+208=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5D0 is #234A2F. Grayscale: #C3C3C3. Windows color (decimal): -2312752 or 13678044. OLE color: 13678044.
HSL color Cylindrical-coordinate representation of color #DCB5D0: hue angle of 318.46º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB5D0 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 208 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.14 |
| HSL | 318.46º | 0.36% | 0.79% | - |
| HSV(B) | 318.46º | 0.18% | 0.86% | - |
| XYZ | 57.42 | 52.82 | 66.84 | - |
| YUV | 195.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 208 | 0 | 0.18 | 0.05 | 0.14 | 318.46 | 0.36 | 0.79 |
| Hex | DC | B5 | D0 | 0 | 12 | 5 | E | 13E | 24 | 4F |
| Octal | 334 | 265 | 320 | 0 | 22 | 5 | 16 | 476 | 44 | 117 |
| Binary | 11011100 | 10110101 | 11010000 | 0 | 10010 | 101 | 1110 | 100111110 | 100100 | 1001111 |
Color Harmonies of #DCB5D0
Complementary color
Monochromatic Colors of #DCB5D0
Black with #DCB5D0
Text Example
Text Example
White with #DCB5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5D0; }
p { color: rgb(220,181,208); }
H1.HeaderClassName
{
color: #DCB5D0;
}
.AnyTagClassName
{
color: #DCB5D0;
}
</style>
background-color css
<style>
a { background-color: #DCB5D0; }
a { background-color: rgb(220,181,208); }
div.DivClassName
{
background-color: #DCB5D0;
}
.BgClassName
{
background-color: #DCB5D0;
}
</style>
border-color css
<style>
span { border-color: #DCB5D0; }
span { border-color: rgb(220,181,208); }
td.TdClassName
{
border-color: #DCB5D0;
}
.TagClassName
{
border-color: #DCB5D0;
}
</style>