Shades of French Lilac #DDB7D5
Tints of French Lilac #DDB7D5
RGB
CMYK
RGB Variations
Color information
#DDB7D5 (or 0xDDB7D5) is known color: French Lilac. HEX triplet: DD, B7 and D5. RGB value is (221,183,213). Sum of RGB (Red+Green+Blue) = 221+183+213=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7D5 is #22482A. Grayscale: #C5C5C5. Windows color (decimal): -2246699 or 14006237. OLE color: 14006237.
HSL color Cylindrical-coordinate representation of color #DDB7D5: hue angle of 312.63º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB7D5 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 213 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.13 |
| HSL | 312.63º | 0.36% | 0.79% | - |
| HSV(B) | 312.63º | 0.17% | 0.87% | - |
| XYZ | 58.76 | 54.04 | 70.29 | - |
| YUV | 197.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 213 | 0 | 0.17 | 0.04 | 0.13 | 312.63 | 0.36 | 0.79 |
| Hex | DD | B7 | D5 | 0 | 11 | 4 | D | 139 | 24 | 4F |
| Octal | 335 | 267 | 325 | 0 | 21 | 4 | 15 | 471 | 44 | 117 |
| Binary | 11011101 | 10110111 | 11010101 | 0 | 10001 | 100 | 1101 | 100111001 | 100100 | 1001111 |
Color Harmonies of #DDB7D5
Complementary color
Monochromatic Colors of #DDB7D5
Black with #DDB7D5
Text Example
Text Example
White with #DDB7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7D5; }
p { color: rgb(221,183,213); }
H1.HeaderClassName
{
color: #DDB7D5;
}
.AnyTagClassName
{
color: #DDB7D5;
}
</style>
background-color css
<style>
a { background-color: #DDB7D5; }
a { background-color: rgb(221,183,213); }
div.DivClassName
{
background-color: #DDB7D5;
}
.BgClassName
{
background-color: #DDB7D5;
}
</style>
border-color css
<style>
span { border-color: #DDB7D5; }
span { border-color: rgb(221,183,213); }
td.TdClassName
{
border-color: #DDB7D5;
}
.TagClassName
{
border-color: #DDB7D5;
}
</style>