Shades of French Lilac #DDABCF
Tints of French Lilac #DDABCF
RGB
CMYK
RGB Variations
Color information
#DDABCF (or 0xDDABCF) is known color: French Lilac. HEX triplet: DD, AB and CF. RGB value is (221,171,207). Sum of RGB (Red+Green+Blue) = 221+171+207=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABCF is #225430. Grayscale: #BDBDBD. Windows color (decimal): -2249777 or 13609949. OLE color: 13609949.
HSL color Cylindrical-coordinate representation of color #DDABCF: hue angle of 316.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDABCF is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 207 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.13 |
| HSL | 316.8º | 0.42% | 0.77% | - |
| HSV(B) | 316.8º | 0.23% | 0.87% | - |
| XYZ | 55.64 | 49 | 65.56 | - |
| YUV | 190.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 207 | 0 | 0.23 | 0.06 | 0.13 | 316.8 | 0.42 | 0.77 |
| Hex | DD | AB | CF | 0 | 17 | 6 | D | 13D | 2A | 4D |
| Octal | 335 | 253 | 317 | 0 | 27 | 6 | 15 | 475 | 52 | 115 |
| Binary | 11011101 | 10101011 | 11001111 | 0 | 10111 | 110 | 1101 | 100111101 | 101010 | 1001101 |
Color Harmonies of #DDABCF
Complementary color
Monochromatic Colors of #DDABCF
Black with #DDABCF
Text Example
Text Example
White with #DDABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABCF; }
p { color: rgb(221,171,207); }
H1.HeaderClassName
{
color: #DDABCF;
}
.AnyTagClassName
{
color: #DDABCF;
}
</style>
background-color css
<style>
a { background-color: #DDABCF; }
a { background-color: rgb(221,171,207); }
div.DivClassName
{
background-color: #DDABCF;
}
.BgClassName
{
background-color: #DDABCF;
}
</style>
border-color css
<style>
span { border-color: #DDABCF; }
span { border-color: rgb(221,171,207); }
td.TdClassName
{
border-color: #DDABCF;
}
.TagClassName
{
border-color: #DDABCF;
}
</style>