Shades of French Lilac #DDB6D7
Tints of French Lilac #DDB6D7
RGB
CMYK
RGB Variations
Color information
#DDB6D7 (or 0xDDB6D7) is known color: French Lilac. HEX triplet: DD, B6 and D7. RGB value is (221,182,215). Sum of RGB (Red+Green+Blue) = 221+182+215=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6D7 is #224928. Grayscale: #C5C5C5. Windows color (decimal): -2246953 or 14137053. OLE color: 14137053.
HSL color Cylindrical-coordinate representation of color #DDB6D7: hue angle of 309.23º degrees, saturation: 0.36, 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 #DDB6D7 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 215 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.13 |
| HSL | 309.23º | 0.36% | 0.79% | - |
| HSV(B) | 309.23º | 0.18% | 0.87% | - |
| XYZ | 58.81 | 53.73 | 71.56 | - |
| YUV | 197.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 215 | 0 | 0.18 | 0.03 | 0.13 | 309.23 | 0.36 | 0.79 |
| Hex | DD | B6 | D7 | 0 | 12 | 3 | D | 135 | 24 | 4F |
| Octal | 335 | 266 | 327 | 0 | 22 | 3 | 15 | 465 | 44 | 117 |
| Binary | 11011101 | 10110110 | 11010111 | 0 | 10010 | 11 | 1101 | 100110101 | 100100 | 1001111 |
Color Harmonies of #DDB6D7
Complementary color
Monochromatic Colors of #DDB6D7
Black with #DDB6D7
Text Example
Text Example
White with #DDB6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6D7; }
p { color: rgb(221,182,215); }
H1.HeaderClassName
{
color: #DDB6D7;
}
.AnyTagClassName
{
color: #DDB6D7;
}
</style>
background-color css
<style>
a { background-color: #DDB6D7; }
a { background-color: rgb(221,182,215); }
div.DivClassName
{
background-color: #DDB6D7;
}
.BgClassName
{
background-color: #DDB6D7;
}
</style>
border-color css
<style>
span { border-color: #DDB6D7; }
span { border-color: rgb(221,182,215); }
td.TdClassName
{
border-color: #DDB6D7;
}
.TagClassName
{
border-color: #DDB6D7;
}
</style>