Shades of French Lilac #DDB8D5
Tints of French Lilac #DDB8D5
RGB
CMYK
RGB Variations
Color information
#DDB8D5 (or 0xDDB8D5) is known color: French Lilac. HEX triplet: DD, B8 and D5. RGB value is (221,184,213). Sum of RGB (Red+Green+Blue) = 221+184+213=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 184 (72.27% from 255 or 29.77% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8D5 is #22472A. Grayscale: #C6C6C6. Windows color (decimal): -2246443 or 14006493. OLE color: 14006493.
HSL color Cylindrical-coordinate representation of color #DDB8D5: hue angle of 312.97º degrees, saturation: 0.35, 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 #DDB8D5 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 213 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.13 |
| HSL | 312.97º | 0.35% | 0.79% | - |
| HSV(B) | 312.97º | 0.17% | 0.87% | - |
| XYZ | 58.97 | 54.46 | 70.35 | - |
| YUV | 198.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 213 | 0 | 0.17 | 0.04 | 0.13 | 312.97 | 0.35 | 0.79 |
| Hex | DD | B8 | D5 | 0 | 11 | 4 | D | 139 | 23 | 4F |
| Octal | 335 | 270 | 325 | 0 | 21 | 4 | 15 | 471 | 43 | 117 |
| Binary | 11011101 | 10111000 | 11010101 | 0 | 10001 | 100 | 1101 | 100111001 | 100011 | 1001111 |
Color Harmonies of #DDB8D5
Complementary color
Monochromatic Colors of #DDB8D5
Black with #DDB8D5
Text Example
Text Example
White with #DDB8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8D5; }
p { color: rgb(221,184,213); }
H1.HeaderClassName
{
color: #DDB8D5;
}
.AnyTagClassName
{
color: #DDB8D5;
}
</style>
background-color css
<style>
a { background-color: #DDB8D5; }
a { background-color: rgb(221,184,213); }
div.DivClassName
{
background-color: #DDB8D5;
}
.BgClassName
{
background-color: #DDB8D5;
}
</style>
border-color css
<style>
span { border-color: #DDB8D5; }
span { border-color: rgb(221,184,213); }
td.TdClassName
{
border-color: #DDB8D5;
}
.TagClassName
{
border-color: #DDB8D5;
}
</style>