Shades of French Lilac #DDBADB
Tints of French Lilac #DDBADB
RGB
CMYK
RGB Variations
Color information
#DDBADB (or 0xDDBADB) is known color: French Lilac. HEX triplet: DD, BA and DB. RGB value is (221,186,219). Sum of RGB (Red+Green+Blue) = 221+186+219=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBADB is #224524. Grayscale: #C8C8C8. Windows color (decimal): -2245925 or 14400221. OLE color: 14400221.
HSL color Cylindrical-coordinate representation of color #DDBADB: hue angle of 303.43º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBADB is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 186 | 219 | - |
CMYK | 0 | 0.16 | 0.01 | 0.13 |
HSL | 303.43º | 0.34% | 0.8% | - |
HSV(B) | 303.43º | 0.16% | 0.87% | - |
XYZ | 60.16 | 55.6 | 74.58 | - |
YUV | 200.23 | 138.6 | 142.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 186 | 219 | 0 | 0.16 | 0.01 | 0.13 | 303.43 | 0.34 | 0.8 |
Hex | DD | BA | DB | 0 | 10 | 1 | D | 12F | 22 | 50 |
Octal | 335 | 272 | 333 | 0 | 20 | 1 | 15 | 457 | 42 | 120 |
Binary | 11011101 | 10111010 | 11011011 | 0 | 10000 | 1 | 1101 | 100101111 | 100010 | 1010000 |
Color Harmonies of #DDBADB
Complementary color
Monochromatic Colors of #DDBADB
Black with #DDBADB
Text Example
Text Example
White with #DDBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBADB; }
p { color: rgb(221,186,219); }
H1.HeaderClassName
{
color: #DDBADB;
}
.AnyTagClassName
{
color: #DDBADB;
}
</style>
background-color css
<style>
a { background-color: #DDBADB; }
a { background-color: rgb(221,186,219); }
div.DivClassName
{
background-color: #DDBADB;
}
.BgClassName
{
background-color: #DDBADB;
}
</style>
border-color css
<style>
span { border-color: #DDBADB; }
span { border-color: rgb(221,186,219); }
td.TdClassName
{
border-color: #DDBADB;
}
.TagClassName
{
border-color: #DDBADB;
}
</style>