Shades of French Lilac #DDB0D4
Tints of French Lilac #DDB0D4
RGB
CMYK
RGB Variations
Color information
#DDB0D4 (or 0xDDB0D4) is known color: French Lilac. HEX triplet: DD, B0 and D4. RGB value is (221,176,212). Sum of RGB (Red+Green+Blue) = 221+176+212=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0D4 is #224F2B. Grayscale: #C1C1C1. Windows color (decimal): -2248492 or 13938909. OLE color: 13938909.
HSL color Cylindrical-coordinate representation of color #DDB0D4: hue angle of 312º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB0D4 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 212 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.13 |
| HSL | 312º | 0.4% | 0.78% | - |
| HSV(B) | 312º | 0.2% | 0.87% | - |
| XYZ | 57.23 | 51.18 | 69.15 | - |
| YUV | 193.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 212 | 0 | 0.20 | 0.04 | 0.13 | 312 | 0.4 | 0.78 |
| Hex | DD | B0 | D4 | 0 | 14 | 4 | D | 138 | 28 | 4E |
| Octal | 335 | 260 | 324 | 0 | 24 | 4 | 15 | 470 | 50 | 116 |
| Binary | 11011101 | 10110000 | 11010100 | 0 | 10100 | 100 | 1101 | 100111000 | 101000 | 1001110 |
Color Harmonies of #DDB0D4
Complementary color
Monochromatic Colors of #DDB0D4
Black with #DDB0D4
Text Example
Text Example
White with #DDB0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0D4; }
p { color: rgb(221,176,212); }
H1.HeaderClassName
{
color: #DDB0D4;
}
.AnyTagClassName
{
color: #DDB0D4;
}
</style>
background-color css
<style>
a { background-color: #DDB0D4; }
a { background-color: rgb(221,176,212); }
div.DivClassName
{
background-color: #DDB0D4;
}
.BgClassName
{
background-color: #DDB0D4;
}
</style>
border-color css
<style>
span { border-color: #DDB0D4; }
span { border-color: rgb(221,176,212); }
td.TdClassName
{
border-color: #DDB0D4;
}
.TagClassName
{
border-color: #DDB0D4;
}
</style>