Shades of French Lilac #DDBAD5
Tints of French Lilac #DDBAD5
RGB
CMYK
RGB Variations
Color information
#DDBAD5 (or 0xDDBAD5) is known color: French Lilac. HEX triplet: DD, BA and D5. RGB value is (221,186,213). Sum of RGB (Red+Green+Blue) = 221+186+213=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAD5 is #22452A. Grayscale: #C7C7C7. Windows color (decimal): -2245931 or 14007005. OLE color: 14007005.
HSL color Cylindrical-coordinate representation of color #DDBAD5: hue angle of 313.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBAD5 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 186 | 213 | - |
CMYK | 0 | 0.16 | 0.04 | 0.13 |
HSL | 313.71º | 0.34% | 0.8% | - |
HSV(B) | 313.71º | 0.16% | 0.87% | - |
XYZ | 59.39 | 55.29 | 70.49 | - |
YUV | 199.54 | 135.6 | 143.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 186 | 213 | 0 | 0.16 | 0.04 | 0.13 | 313.71 | 0.34 | 0.8 |
Hex | DD | BA | D5 | 0 | 10 | 4 | D | 13A | 22 | 50 |
Octal | 335 | 272 | 325 | 0 | 20 | 4 | 15 | 472 | 42 | 120 |
Binary | 11011101 | 10111010 | 11010101 | 0 | 10000 | 100 | 1101 | 100111010 | 100010 | 1010000 |
Color Harmonies of #DDBAD5
Complementary color
Monochromatic Colors of #DDBAD5
Black with #DDBAD5
Text Example
Text Example
White with #DDBAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAD5; }
p { color: rgb(221,186,213); }
H1.HeaderClassName
{
color: #DDBAD5;
}
.AnyTagClassName
{
color: #DDBAD5;
}
</style>
background-color css
<style>
a { background-color: #DDBAD5; }
a { background-color: rgb(221,186,213); }
div.DivClassName
{
background-color: #DDBAD5;
}
.BgClassName
{
background-color: #DDBAD5;
}
</style>
border-color css
<style>
span { border-color: #DDBAD5; }
span { border-color: rgb(221,186,213); }
td.TdClassName
{
border-color: #DDBAD5;
}
.TagClassName
{
border-color: #DDBAD5;
}
</style>