Shades of French Lilac #DDB3D6
Tints of French Lilac #DDB3D6
RGB
CMYK
RGB Variations
Color information
#DDB3D6 (or 0xDDB3D6) is known color: French Lilac. HEX triplet: DD, B3 and D6. RGB value is (221,179,214). Sum of RGB (Red+Green+Blue) = 221+179+214=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3D6 is #224C29. Grayscale: #C3C3C3. Windows color (decimal): -2247722 or 14070749. OLE color: 14070749.
HSL color Cylindrical-coordinate representation of color #DDB3D6: hue angle of 310º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB3D6 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 214 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.13 |
| HSL | 310º | 0.38% | 0.78% | - |
| HSV(B) | 310º | 0.19% | 0.87% | - |
| XYZ | 58.08 | 52.47 | 70.68 | - |
| YUV | 195.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 214 | 0 | 0.19 | 0.03 | 0.13 | 310 | 0.38 | 0.78 |
| Hex | DD | B3 | D6 | 0 | 13 | 3 | D | 136 | 26 | 4E |
| Octal | 335 | 263 | 326 | 0 | 23 | 3 | 15 | 466 | 46 | 116 |
| Binary | 11011101 | 10110011 | 11010110 | 0 | 10011 | 11 | 1101 | 100110110 | 100110 | 1001110 |
Color Harmonies of #DDB3D6
Complementary color
Monochromatic Colors of #DDB3D6
Black with #DDB3D6
Text Example
Text Example
White with #DDB3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3D6; }
p { color: rgb(221,179,214); }
H1.HeaderClassName
{
color: #DDB3D6;
}
.AnyTagClassName
{
color: #DDB3D6;
}
</style>
background-color css
<style>
a { background-color: #DDB3D6; }
a { background-color: rgb(221,179,214); }
div.DivClassName
{
background-color: #DDB3D6;
}
.BgClassName
{
background-color: #DDB3D6;
}
</style>
border-color css
<style>
span { border-color: #DDB3D6; }
span { border-color: rgb(221,179,214); }
td.TdClassName
{
border-color: #DDB3D6;
}
.TagClassName
{
border-color: #DDB3D6;
}
</style>