Shades of French Lilac #DDB7D4
Tints of French Lilac #DDB7D4
RGB
CMYK
RGB Variations
Color information
#DDB7D4 (or 0xDDB7D4) is known color: French Lilac. HEX triplet: DD, B7 and D4. RGB value is (221,183,212). Sum of RGB (Red+Green+Blue) = 221+183+212=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7D4 is #22482B. Grayscale: #C5C5C5. Windows color (decimal): -2246700 or 13940701. OLE color: 13940701.
HSL color Cylindrical-coordinate representation of color #DDB7D4: hue angle of 314.21º degrees, saturation: 0.36, 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 #DDB7D4 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 183 | 212 | - |
CMYK | 0 | 0.17 | 0.04 | 0.13 |
HSL | 314.21º | 0.36% | 0.79% | - |
HSV(B) | 314.21º | 0.17% | 0.87% | - |
XYZ | 58.64 | 53.99 | 69.62 | - |
YUV | 197.67 | 136.09 | 144.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 183 | 212 | 0 | 0.17 | 0.04 | 0.13 | 314.21 | 0.36 | 0.79 |
Hex | DD | B7 | D4 | 0 | 11 | 4 | D | 13A | 24 | 4F |
Octal | 335 | 267 | 324 | 0 | 21 | 4 | 15 | 472 | 44 | 117 |
Binary | 11011101 | 10110111 | 11010100 | 0 | 10001 | 100 | 1101 | 100111010 | 100100 | 1001111 |
Color Harmonies of #DDB7D4
Complementary color
Monochromatic Colors of #DDB7D4
Black with #DDB7D4
Text Example
Text Example
White with #DDB7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7D4; }
p { color: rgb(221,183,212); }
H1.HeaderClassName
{
color: #DDB7D4;
}
.AnyTagClassName
{
color: #DDB7D4;
}
</style>
background-color css
<style>
a { background-color: #DDB7D4; }
a { background-color: rgb(221,183,212); }
div.DivClassName
{
background-color: #DDB7D4;
}
.BgClassName
{
background-color: #DDB7D4;
}
</style>
border-color css
<style>
span { border-color: #DDB7D4; }
span { border-color: rgb(221,183,212); }
td.TdClassName
{
border-color: #DDB7D4;
}
.TagClassName
{
border-color: #DDB7D4;
}
</style>