Shades of French Lilac #DDB0D6
Tints of French Lilac #DDB0D6
RGB
CMYK
RGB Variations
Color information
#DDB0D6 (or 0xDDB0D6) is known color: French Lilac. HEX triplet: DD, B0 and D6. RGB value is (221,176,214). Sum of RGB (Red+Green+Blue) = 221+176+214=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0D6 is #224F29. Grayscale: #C1C1C1. Windows color (decimal): -2248490 or 14069981. OLE color: 14069981.
HSL color Cylindrical-coordinate representation of color #DDB0D6: hue angle of 309.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB0D6 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 214 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.13 |
| HSL | 309.33º | 0.4% | 0.78% | - |
| HSV(B) | 309.33º | 0.2% | 0.87% | - |
| XYZ | 57.48 | 51.28 | 70.49 | - |
| YUV | 193.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 214 | 0 | 0.20 | 0.03 | 0.13 | 309.33 | 0.4 | 0.78 |
| Hex | DD | B0 | D6 | 0 | 14 | 3 | D | 135 | 28 | 4E |
| Octal | 335 | 260 | 326 | 0 | 24 | 3 | 15 | 465 | 50 | 116 |
| Binary | 11011101 | 10110000 | 11010110 | 0 | 10100 | 11 | 1101 | 100110101 | 101000 | 1001110 |
Color Harmonies of #DDB0D6
Complementary color
Monochromatic Colors of #DDB0D6
Black with #DDB0D6
Text Example
Text Example
White with #DDB0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0D6; }
p { color: rgb(221,176,214); }
H1.HeaderClassName
{
color: #DDB0D6;
}
.AnyTagClassName
{
color: #DDB0D6;
}
</style>
background-color css
<style>
a { background-color: #DDB0D6; }
a { background-color: rgb(221,176,214); }
div.DivClassName
{
background-color: #DDB0D6;
}
.BgClassName
{
background-color: #DDB0D6;
}
</style>
border-color css
<style>
span { border-color: #DDB0D6; }
span { border-color: rgb(221,176,214); }
td.TdClassName
{
border-color: #DDB0D6;
}
.TagClassName
{
border-color: #DDB0D6;
}
</style>