Shades of French Lilac #DDBCD3
Tints of French Lilac #DDBCD3
RGB
CMYK
RGB Variations
Color information
#DDBCD3 (or 0xDDBCD3) is known color: French Lilac. HEX triplet: DD, BC and D3. RGB value is (221,188,211). Sum of RGB (Red+Green+Blue) = 221+188+211=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCD3 is #22432C. Grayscale: #C8C8C8. Windows color (decimal): -2245421 or 13876445. OLE color: 13876445.
HSL color Cylindrical-coordinate representation of color #DDBCD3: hue angle of 318.18º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBCD3 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 211 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.13 |
| HSL | 318.18º | 0.33% | 0.8% | - |
| HSV(B) | 318.18º | 0.15% | 0.87% | - |
| XYZ | 59.56 | 56.04 | 69.31 | - |
| YUV | 200.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 211 | 0 | 0.15 | 0.05 | 0.13 | 318.18 | 0.33 | 0.8 |
| Hex | DD | BC | D3 | 0 | F | 5 | D | 13E | 21 | 50 |
| Octal | 335 | 274 | 323 | 0 | 17 | 5 | 15 | 476 | 41 | 120 |
| Binary | 11011101 | 10111100 | 11010011 | 0 | 1111 | 101 | 1101 | 100111110 | 100001 | 1010000 |
Color Harmonies of #DDBCD3
Complementary color
Monochromatic Colors of #DDBCD3
Black with #DDBCD3
Text Example
Text Example
White with #DDBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCD3; }
p { color: rgb(221,188,211); }
H1.HeaderClassName
{
color: #DDBCD3;
}
.AnyTagClassName
{
color: #DDBCD3;
}
</style>
background-color css
<style>
a { background-color: #DDBCD3; }
a { background-color: rgb(221,188,211); }
div.DivClassName
{
background-color: #DDBCD3;
}
.BgClassName
{
background-color: #DDBCD3;
}
</style>
border-color css
<style>
span { border-color: #DDBCD3; }
span { border-color: rgb(221,188,211); }
td.TdClassName
{
border-color: #DDBCD3;
}
.TagClassName
{
border-color: #DDBCD3;
}
</style>