Shades of French Lilac #DDBFD5
Tints of French Lilac #DDBFD5
RGB
CMYK
RGB Variations
Color information
#DDBFD5 (or 0xDDBFD5) is known color: French Lilac. HEX triplet: DD, BF and D5. RGB value is (221,191,213). Sum of RGB (Red+Green+Blue) = 221+191+213=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFD5 is #22402A. Grayscale: #CACACA. Windows color (decimal): -2244651 or 14008285. OLE color: 14008285.
HSL color Cylindrical-coordinate representation of color #DDBFD5: hue angle of 316º 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 #DDBFD5 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 191 | 213 | - |
CMYK | 0 | 0.14 | 0.04 | 0.13 |
HSL | 316º | 0.31% | 0.81% | - |
HSV(B) | 316º | 0.14% | 0.87% | - |
XYZ | 60.46 | 57.44 | 70.85 | - |
YUV | 202.48 | 133.94 | 141.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 213 | 0 | 0.14 | 0.04 | 0.13 | 316 | 0.31 | 0.81 |
Hex | DD | BF | D5 | 0 | E | 4 | D | 13C | 1F | 51 |
Octal | 335 | 277 | 325 | 0 | 16 | 4 | 15 | 474 | 37 | 121 |
Binary | 11011101 | 10111111 | 11010101 | 0 | 1110 | 100 | 1101 | 100111100 | 11111 | 1010001 |
Color Harmonies of #DDBFD5
Complementary color
Monochromatic Colors of #DDBFD5
Black with #DDBFD5
Text Example
Text Example
White with #DDBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFD5; }
p { color: rgb(221,191,213); }
H1.HeaderClassName
{
color: #DDBFD5;
}
.AnyTagClassName
{
color: #DDBFD5;
}
</style>
background-color css
<style>
a { background-color: #DDBFD5; }
a { background-color: rgb(221,191,213); }
div.DivClassName
{
background-color: #DDBFD5;
}
.BgClassName
{
background-color: #DDBFD5;
}
</style>
border-color css
<style>
span { border-color: #DDBFD5; }
span { border-color: rgb(221,191,213); }
td.TdClassName
{
border-color: #DDBFD5;
}
.TagClassName
{
border-color: #DDBFD5;
}
</style>