Shades of French Lilac #DCBAD2
Tints of French Lilac #DCBAD2
RGB
CMYK
RGB Variations
Color information
#DCBAD2 (or 0xDCBAD2) is known color: French Lilac. HEX triplet: DC, BA and D2. RGB value is (220,186,210). Sum of RGB (Red+Green+Blue) = 220+186+210=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAD2 is #23452D. Grayscale: #C6C6C6. Windows color (decimal): -2311470 or 13810396. OLE color: 13810396.
HSL color Cylindrical-coordinate representation of color #DCBAD2: hue angle of 317.65º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBAD2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 186 | 210 | - |
CMYK | 0 | 0.15 | 0.05 | 0.14 |
HSL | 317.65º | 0.33% | 0.8% | - |
HSV(B) | 317.65º | 0.15% | 0.86% | - |
XYZ | 58.71 | 54.99 | 68.49 | - |
YUV | 198.9 | 134.26 | 143.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 186 | 210 | 0 | 0.15 | 0.05 | 0.14 | 317.65 | 0.33 | 0.8 |
Hex | DC | BA | D2 | 0 | F | 5 | E | 13E | 21 | 50 |
Octal | 334 | 272 | 322 | 0 | 17 | 5 | 16 | 476 | 41 | 120 |
Binary | 11011100 | 10111010 | 11010010 | 0 | 1111 | 101 | 1110 | 100111110 | 100001 | 1010000 |
Color Harmonies of #DCBAD2
Complementary color
Monochromatic Colors of #DCBAD2
Black with #DCBAD2
Text Example
Text Example
White with #DCBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAD2; }
p { color: rgb(220,186,210); }
H1.HeaderClassName
{
color: #DCBAD2;
}
.AnyTagClassName
{
color: #DCBAD2;
}
</style>
background-color css
<style>
a { background-color: #DCBAD2; }
a { background-color: rgb(220,186,210); }
div.DivClassName
{
background-color: #DCBAD2;
}
.BgClassName
{
background-color: #DCBAD2;
}
</style>
border-color css
<style>
span { border-color: #DCBAD2; }
span { border-color: rgb(220,186,210); }
td.TdClassName
{
border-color: #DCBAD2;
}
.TagClassName
{
border-color: #DCBAD2;
}
</style>