Shades of French Lilac #DDB3D3
Tints of French Lilac #DDB3D3
RGB
CMYK
RGB Variations
Color information
#DDB3D3 (or 0xDDB3D3) is known color: French Lilac. HEX triplet: DD, B3 and D3. RGB value is (221,179,211). Sum of RGB (Red+Green+Blue) = 221+179+211=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 179 (70.31% from 255 or 29.30% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3D3 is #224C2C. Grayscale: #C3C3C3. Windows color (decimal): -2247725 or 13874141. OLE color: 13874141.
HSL color Cylindrical-coordinate representation of color #DDB3D3: hue angle of 314.29º degrees, saturation: 0.38, 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 #DDB3D3 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 211 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.13 |
| HSL | 314.29º | 0.38% | 0.78% | - |
| HSV(B) | 314.29º | 0.19% | 0.87% | - |
| XYZ | 57.7 | 52.32 | 68.68 | - |
| YUV | 195.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 211 | 0 | 0.19 | 0.05 | 0.13 | 314.29 | 0.38 | 0.78 |
| Hex | DD | B3 | D3 | 0 | 13 | 5 | D | 13A | 26 | 4E |
| Octal | 335 | 263 | 323 | 0 | 23 | 5 | 15 | 472 | 46 | 116 |
| Binary | 11011101 | 10110011 | 11010011 | 0 | 10011 | 101 | 1101 | 100111010 | 100110 | 1001110 |
Color Harmonies of #DDB3D3
Complementary color
Monochromatic Colors of #DDB3D3
Black with #DDB3D3
Text Example
Text Example
White with #DDB3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3D3; }
p { color: rgb(221,179,211); }
H1.HeaderClassName
{
color: #DDB3D3;
}
.AnyTagClassName
{
color: #DDB3D3;
}
</style>
background-color css
<style>
a { background-color: #DDB3D3; }
a { background-color: rgb(221,179,211); }
div.DivClassName
{
background-color: #DDB3D3;
}
.BgClassName
{
background-color: #DDB3D3;
}
</style>
border-color css
<style>
span { border-color: #DDB3D3; }
span { border-color: rgb(221,179,211); }
td.TdClassName
{
border-color: #DDB3D3;
}
.TagClassName
{
border-color: #DDB3D3;
}
</style>