Shades of French Lilac #DDB0DE
Tints of French Lilac #DDB0DE
RGB
CMYK
RGB Variations
Color information
#DDB0DE (or 0xDDB0DE) is known color: French Lilac. HEX triplet: DD, B0 and DE. RGB value is (221,176,222). Sum of RGB (Red+Green+Blue) = 221+176+222=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDB0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0DE is #224F21. Grayscale: #C2C2C2. Windows color (decimal): -2248482 or 14594269. OLE color: 14594269.
HSL color Cylindrical-coordinate representation of color #DDB0DE: hue angle of 298.7º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB0DE is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 222 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.13 |
| HSL | 298.7º | 0.41% | 0.78% | - |
| HSV(B) | 298.7º | 0.21% | 0.87% | - |
| XYZ | 58.53 | 51.7 | 76 | - |
| YUV | 194.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 222 | 0.00 | 0.21 | 0 | 0.13 | 298.7 | 0.41 | 0.78 |
| Hex | DD | B0 | DE | 0 | 15 | 0 | D | 12B | 29 | 4E |
| Octal | 335 | 260 | 336 | 0 | 25 | 0 | 15 | 453 | 51 | 116 |
| Binary | 11011101 | 10110000 | 11011110 | 0 | 10101 | 0 | 1101 | 100101011 | 101001 | 1001110 |
Color Harmonies of #DDB0DE
Complementary color
Monochromatic Colors of #DDB0DE
Black with #DDB0DE
Text Example
Text Example
White with #DDB0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0DE; }
p { color: rgb(221,176,222); }
H1.HeaderClassName
{
color: #DDB0DE;
}
.AnyTagClassName
{
color: #DDB0DE;
}
</style>
background-color css
<style>
a { background-color: #DDB0DE; }
a { background-color: rgb(221,176,222); }
div.DivClassName
{
background-color: #DDB0DE;
}
.BgClassName
{
background-color: #DDB0DE;
}
</style>
border-color css
<style>
span { border-color: #DDB0DE; }
span { border-color: rgb(221,176,222); }
td.TdClassName
{
border-color: #DDB0DE;
}
.TagClassName
{
border-color: #DDB0DE;
}
</style>