Shades of French Lilac #DDB2D6
Tints of French Lilac #DDB2D6
RGB
CMYK
RGB Variations
Color information
#DDB2D6 (or 0xDDB2D6) is known color: French Lilac. HEX triplet: DD, B2 and D6. RGB value is (221,178,214). Sum of RGB (Red+Green+Blue) = 221+178+214=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2D6 is #224D29. Grayscale: #C2C2C2. Windows color (decimal): -2247978 or 14070493. OLE color: 14070493.
HSL color Cylindrical-coordinate representation of color #DDB2D6: hue angle of 309.77º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB2D6 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 214 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.13 |
| HSL | 309.77º | 0.39% | 0.78% | - |
| HSV(B) | 309.77º | 0.19% | 0.87% | - |
| XYZ | 57.88 | 52.07 | 70.62 | - |
| YUV | 194.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 214 | 0 | 0.19 | 0.03 | 0.13 | 309.77 | 0.39 | 0.78 |
| Hex | DD | B2 | D6 | 0 | 13 | 3 | D | 136 | 27 | 4E |
| Octal | 335 | 262 | 326 | 0 | 23 | 3 | 15 | 466 | 47 | 116 |
| Binary | 11011101 | 10110010 | 11010110 | 0 | 10011 | 11 | 1101 | 100110110 | 100111 | 1001110 |
Color Harmonies of #DDB2D6
Complementary color
Monochromatic Colors of #DDB2D6
Black with #DDB2D6
Text Example
Text Example
White with #DDB2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2D6; }
p { color: rgb(221,178,214); }
H1.HeaderClassName
{
color: #DDB2D6;
}
.AnyTagClassName
{
color: #DDB2D6;
}
</style>
background-color css
<style>
a { background-color: #DDB2D6; }
a { background-color: rgb(221,178,214); }
div.DivClassName
{
background-color: #DDB2D6;
}
.BgClassName
{
background-color: #DDB2D6;
}
</style>
border-color css
<style>
span { border-color: #DDB2D6; }
span { border-color: rgb(221,178,214); }
td.TdClassName
{
border-color: #DDB2D6;
}
.TagClassName
{
border-color: #DDB2D6;
}
</style>