Shades of French Lilac #DDBAD6
Tints of French Lilac #DDBAD6
RGB
CMYK
RGB Variations
Color information
#DDBAD6 (or 0xDDBAD6) is known color: French Lilac. HEX triplet: DD, BA and D6. RGB value is (221,186,214). Sum of RGB (Red+Green+Blue) = 221+186+214=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAD6 is #224529. Grayscale: #C7C7C7. Windows color (decimal): -2245930 or 14072541. OLE color: 14072541.
HSL color Cylindrical-coordinate representation of color #DDBAD6: hue angle of 312º 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 #DDBAD6 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 186 | 214 | - |
CMYK | 0 | 0.16 | 0.03 | 0.13 |
HSL | 312º | 0.34% | 0.8% | - |
HSV(B) | 312º | 0.16% | 0.87% | - |
XYZ | 59.52 | 55.35 | 71.16 | - |
YUV | 199.66 | 136.1 | 143.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 186 | 214 | 0 | 0.16 | 0.03 | 0.13 | 312 | 0.34 | 0.8 |
Hex | DD | BA | D6 | 0 | 10 | 3 | D | 138 | 22 | 50 |
Octal | 335 | 272 | 326 | 0 | 20 | 3 | 15 | 470 | 42 | 120 |
Binary | 11011101 | 10111010 | 11010110 | 0 | 10000 | 11 | 1101 | 100111000 | 100010 | 1010000 |
Color Harmonies of #DDBAD6
Complementary color
Monochromatic Colors of #DDBAD6
Black with #DDBAD6
Text Example
Text Example
White with #DDBAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAD6; }
p { color: rgb(221,186,214); }
H1.HeaderClassName
{
color: #DDBAD6;
}
.AnyTagClassName
{
color: #DDBAD6;
}
</style>
background-color css
<style>
a { background-color: #DDBAD6; }
a { background-color: rgb(221,186,214); }
div.DivClassName
{
background-color: #DDBAD6;
}
.BgClassName
{
background-color: #DDBAD6;
}
</style>
border-color css
<style>
span { border-color: #DDBAD6; }
span { border-color: rgb(221,186,214); }
td.TdClassName
{
border-color: #DDBAD6;
}
.TagClassName
{
border-color: #DDBAD6;
}
</style>