Shades of French Lilac #DDADD7
Tints of French Lilac #DDADD7
RGB
CMYK
RGB Variations
Color information
#DDADD7 (or 0xDDADD7) is known color: French Lilac. HEX triplet: DD, AD and D7. RGB value is (221,173,215). Sum of RGB (Red+Green+Blue) = 221+173+215=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADD7 is #225228. Grayscale: #C0C0C0. Windows color (decimal): -2249257 or 14134749. OLE color: 14134749.
HSL color Cylindrical-coordinate representation of color #DDADD7: hue angle of 307.5º 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 #DDADD7 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 173 | 215 | - |
CMYK | 0 | 0.22 | 0.03 | 0.13 |
HSL | 307.5º | 0.41% | 0.77% | - |
HSV(B) | 307.5º | 0.22% | 0.87% | - |
XYZ | 57.03 | 50.17 | 70.97 | - |
YUV | 192.14 | 140.9 | 148.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 173 | 215 | 0 | 0.22 | 0.03 | 0.13 | 307.5 | 0.41 | 0.77 |
Hex | DD | AD | D7 | 0 | 16 | 3 | D | 134 | 29 | 4D |
Octal | 335 | 255 | 327 | 0 | 26 | 3 | 15 | 464 | 51 | 115 |
Binary | 11011101 | 10101101 | 11010111 | 0 | 10110 | 11 | 1101 | 100110100 | 101001 | 1001101 |
Color Harmonies of #DDADD7
Complementary color
Monochromatic Colors of #DDADD7
Black with #DDADD7
Text Example
Text Example
White with #DDADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADD7; }
p { color: rgb(221,173,215); }
H1.HeaderClassName
{
color: #DDADD7;
}
.AnyTagClassName
{
color: #DDADD7;
}
</style>
background-color css
<style>
a { background-color: #DDADD7; }
a { background-color: rgb(221,173,215); }
div.DivClassName
{
background-color: #DDADD7;
}
.BgClassName
{
background-color: #DDADD7;
}
</style>
border-color css
<style>
span { border-color: #DDADD7; }
span { border-color: rgb(221,173,215); }
td.TdClassName
{
border-color: #DDADD7;
}
.TagClassName
{
border-color: #DDADD7;
}
</style>