Shades of French Lilac #DCB7D4
Tints of French Lilac #DCB7D4
RGB
CMYK
RGB Variations
Color information
#DCB7D4 (or 0xDCB7D4) is known color: French Lilac. HEX triplet: DC, B7 and D4. RGB value is (220,183,212). Sum of RGB (Red+Green+Blue) = 220+183+212=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7D4 is #23482B. Grayscale: #C5C5C5. Windows color (decimal): -2312236 or 13940700. OLE color: 13940700.
HSL color Cylindrical-coordinate representation of color #DCB7D4: hue angle of 312.97º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB7D4 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 183 | 212 | - |
CMYK | 0 | 0.17 | 0.04 | 0.14 |
HSL | 312.97º | 0.35% | 0.79% | - |
HSV(B) | 312.97º | 0.17% | 0.86% | - |
XYZ | 58.33 | 53.84 | 69.6 | - |
YUV | 197.37 | 136.26 | 144.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 183 | 212 | 0 | 0.17 | 0.04 | 0.14 | 312.97 | 0.35 | 0.79 |
Hex | DC | B7 | D4 | 0 | 11 | 4 | E | 139 | 23 | 4F |
Octal | 334 | 267 | 324 | 0 | 21 | 4 | 16 | 471 | 43 | 117 |
Binary | 11011100 | 10110111 | 11010100 | 0 | 10001 | 100 | 1110 | 100111001 | 100011 | 1001111 |
Color Harmonies of #DCB7D4
Complementary color
Monochromatic Colors of #DCB7D4
Black with #DCB7D4
Text Example
Text Example
White with #DCB7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7D4; }
p { color: rgb(220,183,212); }
H1.HeaderClassName
{
color: #DCB7D4;
}
.AnyTagClassName
{
color: #DCB7D4;
}
</style>
background-color css
<style>
a { background-color: #DCB7D4; }
a { background-color: rgb(220,183,212); }
div.DivClassName
{
background-color: #DCB7D4;
}
.BgClassName
{
background-color: #DCB7D4;
}
</style>
border-color css
<style>
span { border-color: #DCB7D4; }
span { border-color: rgb(220,183,212); }
td.TdClassName
{
border-color: #DCB7D4;
}
.TagClassName
{
border-color: #DCB7D4;
}
</style>