Shades of French Lilac #DDB5D3
Tints of French Lilac #DDB5D3
RGB
CMYK
RGB Variations
Color information
#DDB5D3 (or 0xDDB5D3) is known color: French Lilac. HEX triplet: DD, B5 and D3. RGB value is (221,181,211). Sum of RGB (Red+Green+Blue) = 221+181+211=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5D3 is #224A2C. Grayscale: #C4C4C4. Windows color (decimal): -2247213 or 13874653. OLE color: 13874653.
HSL color Cylindrical-coordinate representation of color #DDB5D3: hue angle of 315º degrees, saturation: 0.37, 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 #DDB5D3 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 211 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.13 |
| HSL | 315º | 0.37% | 0.79% | - |
| HSV(B) | 315º | 0.18% | 0.87% | - |
| XYZ | 58.1 | 53.12 | 68.82 | - |
| YUV | 196.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 211 | 0 | 0.18 | 0.05 | 0.13 | 315 | 0.37 | 0.79 |
| Hex | DD | B5 | D3 | 0 | 12 | 5 | D | 13B | 25 | 4F |
| Octal | 335 | 265 | 323 | 0 | 22 | 5 | 15 | 473 | 45 | 117 |
| Binary | 11011101 | 10110101 | 11010011 | 0 | 10010 | 101 | 1101 | 100111011 | 100101 | 1001111 |
Color Harmonies of #DDB5D3
Complementary color
Monochromatic Colors of #DDB5D3
Black with #DDB5D3
Text Example
Text Example
White with #DDB5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5D3; }
p { color: rgb(221,181,211); }
H1.HeaderClassName
{
color: #DDB5D3;
}
.AnyTagClassName
{
color: #DDB5D3;
}
</style>
background-color css
<style>
a { background-color: #DDB5D3; }
a { background-color: rgb(221,181,211); }
div.DivClassName
{
background-color: #DDB5D3;
}
.BgClassName
{
background-color: #DDB5D3;
}
</style>
border-color css
<style>
span { border-color: #DDB5D3; }
span { border-color: rgb(221,181,211); }
td.TdClassName
{
border-color: #DDB5D3;
}
.TagClassName
{
border-color: #DDB5D3;
}
</style>