Shades of French Lilac #DDADD6
Tints of French Lilac #DDADD6
RGB
CMYK
RGB Variations
Color information
#DDADD6 (or 0xDDADD6) is known color: French Lilac. HEX triplet: DD, AD and D6. RGB value is (221,173,214). Sum of RGB (Red+Green+Blue) = 221+173+214=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADD6 is #225229. Grayscale: #BFBFBF. Windows color (decimal): -2249258 or 14069213. OLE color: 14069213.
HSL color Cylindrical-coordinate representation of color #DDADD6: hue angle of 308.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDADD6 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 214 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.13 |
| HSL | 308.75º | 0.41% | 0.77% | - |
| HSV(B) | 308.75º | 0.22% | 0.87% | - |
| XYZ | 56.9 | 50.11 | 70.29 | - |
| YUV | 192.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 214 | 0 | 0.22 | 0.03 | 0.13 | 308.75 | 0.41 | 0.77 |
| Hex | DD | AD | D6 | 0 | 16 | 3 | D | 135 | 29 | 4D |
| Octal | 335 | 255 | 326 | 0 | 26 | 3 | 15 | 465 | 51 | 115 |
| Binary | 11011101 | 10101101 | 11010110 | 0 | 10110 | 11 | 1101 | 100110101 | 101001 | 1001101 |
Color Harmonies of #DDADD6
Complementary color
Monochromatic Colors of #DDADD6
Black with #DDADD6
Text Example
Text Example
White with #DDADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADD6; }
p { color: rgb(221,173,214); }
H1.HeaderClassName
{
color: #DDADD6;
}
.AnyTagClassName
{
color: #DDADD6;
}
</style>
background-color css
<style>
a { background-color: #DDADD6; }
a { background-color: rgb(221,173,214); }
div.DivClassName
{
background-color: #DDADD6;
}
.BgClassName
{
background-color: #DDADD6;
}
</style>
border-color css
<style>
span { border-color: #DDADD6; }
span { border-color: rgb(221,173,214); }
td.TdClassName
{
border-color: #DDADD6;
}
.TagClassName
{
border-color: #DDADD6;
}
</style>