Shades of French Lilac #DDBAD2
Tints of French Lilac #DDBAD2
RGB
CMYK
RGB Variations
Color information
#DDBAD2 (or 0xDDBAD2) is known color: French Lilac. HEX triplet: DD, BA and D2. RGB value is (221,186,210). Sum of RGB (Red+Green+Blue) = 221+186+210=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAD2 is #22452D. Grayscale: #C7C7C7. Windows color (decimal): -2245934 or 13810397. OLE color: 13810397.
HSL color Cylindrical-coordinate representation of color #DDBAD2: hue angle of 318.86º 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 #DDBAD2 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 210 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.13 |
| HSL | 318.86º | 0.34% | 0.8% | - |
| HSV(B) | 318.86º | 0.16% | 0.87% | - |
| XYZ | 59.01 | 55.14 | 68.51 | - |
| YUV | 199.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 210 | 0 | 0.16 | 0.05 | 0.13 | 318.86 | 0.34 | 0.8 |
| Hex | DD | BA | D2 | 0 | 10 | 5 | D | 13F | 22 | 50 |
| Octal | 335 | 272 | 322 | 0 | 20 | 5 | 15 | 477 | 42 | 120 |
| Binary | 11011101 | 10111010 | 11010010 | 0 | 10000 | 101 | 1101 | 100111111 | 100010 | 1010000 |
Color Harmonies of #DDBAD2
Complementary color
Monochromatic Colors of #DDBAD2
Black with #DDBAD2
Text Example
Text Example
White with #DDBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAD2; }
p { color: rgb(221,186,210); }
H1.HeaderClassName
{
color: #DDBAD2;
}
.AnyTagClassName
{
color: #DDBAD2;
}
</style>
background-color css
<style>
a { background-color: #DDBAD2; }
a { background-color: rgb(221,186,210); }
div.DivClassName
{
background-color: #DDBAD2;
}
.BgClassName
{
background-color: #DDBAD2;
}
</style>
border-color css
<style>
span { border-color: #DDBAD2; }
span { border-color: rgb(221,186,210); }
td.TdClassName
{
border-color: #DDBAD2;
}
.TagClassName
{
border-color: #DDBAD2;
}
</style>