Shades of French Lilac #DDB5D9
Tints of French Lilac #DDB5D9
RGB
CMYK
RGB Variations
Color information
#DDB5D9 (or 0xDDB5D9) is known color: French Lilac. HEX triplet: DD, B5 and D9. RGB value is (221,181,217). Sum of RGB (Red+Green+Blue) = 221+181+217=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5D9 is #224A26. Grayscale: #C4C4C4. Windows color (decimal): -2247207 or 14267869. OLE color: 14267869.
HSL color Cylindrical-coordinate representation of color #DDB5D9: hue angle of 306º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB5D9 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 181 | 217 | - |
CMYK | 0 | 0.18 | 0.02 | 0.13 |
HSL | 306º | 0.37% | 0.79% | - |
HSV(B) | 306º | 0.18% | 0.87% | - |
XYZ | 58.87 | 53.43 | 72.86 | - |
YUV | 197.06 | 139.25 | 145.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 181 | 217 | 0 | 0.18 | 0.02 | 0.13 | 306 | 0.37 | 0.79 |
Hex | DD | B5 | D9 | 0 | 12 | 2 | D | 132 | 25 | 4F |
Octal | 335 | 265 | 331 | 0 | 22 | 2 | 15 | 462 | 45 | 117 |
Binary | 11011101 | 10110101 | 11011001 | 0 | 10010 | 10 | 1101 | 100110010 | 100101 | 1001111 |
Color Harmonies of #DDB5D9
Complementary color
Monochromatic Colors of #DDB5D9
Black with #DDB5D9
Text Example
Text Example
White with #DDB5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5D9; }
p { color: rgb(221,181,217); }
H1.HeaderClassName
{
color: #DDB5D9;
}
.AnyTagClassName
{
color: #DDB5D9;
}
</style>
background-color css
<style>
a { background-color: #DDB5D9; }
a { background-color: rgb(221,181,217); }
div.DivClassName
{
background-color: #DDB5D9;
}
.BgClassName
{
background-color: #DDB5D9;
}
</style>
border-color css
<style>
span { border-color: #DDB5D9; }
span { border-color: rgb(221,181,217); }
td.TdClassName
{
border-color: #DDB5D9;
}
.TagClassName
{
border-color: #DDB5D9;
}
</style>