Shades of French Lilac #DDB6D5
Tints of French Lilac #DDB6D5
RGB
CMYK
RGB Variations
Color information
#DDB6D5 (or 0xDDB6D5) is known color: French Lilac. HEX triplet: DD, B6 and D5. RGB value is (221,182,213). Sum of RGB (Red+Green+Blue) = 221+182+213=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 182 (71.48% from 255 or 29.55% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6D5 is #22492A. Grayscale: #C5C5C5. Windows color (decimal): -2246955 or 14005981. OLE color: 14005981.
HSL color Cylindrical-coordinate representation of color #DDB6D5: hue angle of 312.31º degrees, saturation: 0.36, 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 #DDB6D5 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 182 | 213 | - |
CMYK | 0 | 0.18 | 0.04 | 0.13 |
HSL | 312.31º | 0.36% | 0.79% | - |
HSV(B) | 312.31º | 0.18% | 0.87% | - |
XYZ | 58.56 | 53.63 | 70.22 | - |
YUV | 197.2 | 136.92 | 144.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 182 | 213 | 0 | 0.18 | 0.04 | 0.13 | 312.31 | 0.36 | 0.79 |
Hex | DD | B6 | D5 | 0 | 12 | 4 | D | 138 | 24 | 4F |
Octal | 335 | 266 | 325 | 0 | 22 | 4 | 15 | 470 | 44 | 117 |
Binary | 11011101 | 10110110 | 11010101 | 0 | 10010 | 100 | 1101 | 100111000 | 100100 | 1001111 |
Color Harmonies of #DDB6D5
Complementary color
Monochromatic Colors of #DDB6D5
Black with #DDB6D5
Text Example
Text Example
White with #DDB6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6D5; }
p { color: rgb(221,182,213); }
H1.HeaderClassName
{
color: #DDB6D5;
}
.AnyTagClassName
{
color: #DDB6D5;
}
</style>
background-color css
<style>
a { background-color: #DDB6D5; }
a { background-color: rgb(221,182,213); }
div.DivClassName
{
background-color: #DDB6D5;
}
.BgClassName
{
background-color: #DDB6D5;
}
</style>
border-color css
<style>
span { border-color: #DDB6D5; }
span { border-color: rgb(221,182,213); }
td.TdClassName
{
border-color: #DDB6D5;
}
.TagClassName
{
border-color: #DDB6D5;
}
</style>