Shades of French Lilac #DDBFD9
Tints of French Lilac #DDBFD9
RGB
CMYK
RGB Variations
Color information
#DDBFD9 (or 0xDDBFD9) is known color: French Lilac. HEX triplet: DD, BF and D9. RGB value is (221,191,217). Sum of RGB (Red+Green+Blue) = 221+191+217=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFD9 is #224026. Grayscale: #CACACA. Windows color (decimal): -2244647 or 14270429. OLE color: 14270429.
HSL color Cylindrical-coordinate representation of color #DDBFD9: hue angle of 308º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBFD9 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 191 | 217 | - |
CMYK | 0 | 0.14 | 0.02 | 0.13 |
HSL | 308º | 0.31% | 0.81% | - |
HSV(B) | 308º | 0.14% | 0.87% | - |
XYZ | 60.97 | 57.64 | 73.56 | - |
YUV | 202.93 | 135.94 | 140.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 217 | 0 | 0.14 | 0.02 | 0.13 | 308 | 0.31 | 0.81 |
Hex | DD | BF | D9 | 0 | E | 2 | D | 134 | 1F | 51 |
Octal | 335 | 277 | 331 | 0 | 16 | 2 | 15 | 464 | 37 | 121 |
Binary | 11011101 | 10111111 | 11011001 | 0 | 1110 | 10 | 1101 | 100110100 | 11111 | 1010001 |
Color Harmonies of #DDBFD9
Complementary color
Monochromatic Colors of #DDBFD9
Black with #DDBFD9
Text Example
Text Example
White with #DDBFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFD9; }
p { color: rgb(221,191,217); }
H1.HeaderClassName
{
color: #DDBFD9;
}
.AnyTagClassName
{
color: #DDBFD9;
}
</style>
background-color css
<style>
a { background-color: #DDBFD9; }
a { background-color: rgb(221,191,217); }
div.DivClassName
{
background-color: #DDBFD9;
}
.BgClassName
{
background-color: #DDBFD9;
}
</style>
border-color css
<style>
span { border-color: #DDBFD9; }
span { border-color: rgb(221,191,217); }
td.TdClassName
{
border-color: #DDBFD9;
}
.TagClassName
{
border-color: #DDBFD9;
}
</style>