Shades of French Lilac #DCB4D0
Tints of French Lilac #DCB4D0
RGB
CMYK
RGB Variations
Color information
#DCB4D0 (or 0xDCB4D0) is known color: French Lilac. HEX triplet: DC, B4 and D0. RGB value is (220,180,208). Sum of RGB (Red+Green+Blue) = 220+180+208=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4D0 is #234B2F. Grayscale: #C3C3C3. Windows color (decimal): -2313008 or 13677788. OLE color: 13677788.
HSL color Cylindrical-coordinate representation of color #DCB4D0: hue angle of 318º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB4D0 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 208 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.14 |
| HSL | 318º | 0.36% | 0.78% | - |
| HSV(B) | 318º | 0.18% | 0.86% | - |
| XYZ | 57.22 | 52.41 | 66.78 | - |
| YUV | 195.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 208 | 0 | 0.18 | 0.05 | 0.14 | 318 | 0.36 | 0.78 |
| Hex | DC | B4 | D0 | 0 | 12 | 5 | E | 13E | 24 | 4E |
| Octal | 334 | 264 | 320 | 0 | 22 | 5 | 16 | 476 | 44 | 116 |
| Binary | 11011100 | 10110100 | 11010000 | 0 | 10010 | 101 | 1110 | 100111110 | 100100 | 1001110 |
Color Harmonies of #DCB4D0
Complementary color
Monochromatic Colors of #DCB4D0
Black with #DCB4D0
Text Example
Text Example
White with #DCB4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4D0; }
p { color: rgb(220,180,208); }
H1.HeaderClassName
{
color: #DCB4D0;
}
.AnyTagClassName
{
color: #DCB4D0;
}
</style>
background-color css
<style>
a { background-color: #DCB4D0; }
a { background-color: rgb(220,180,208); }
div.DivClassName
{
background-color: #DCB4D0;
}
.BgClassName
{
background-color: #DCB4D0;
}
</style>
border-color css
<style>
span { border-color: #DCB4D0; }
span { border-color: rgb(220,180,208); }
td.TdClassName
{
border-color: #DCB4D0;
}
.TagClassName
{
border-color: #DCB4D0;
}
</style>