Shades of French Lilac #DDABCE
Tints of French Lilac #DDABCE
RGB
CMYK
RGB Variations
Color information
#DDABCE (or 0xDDABCE) is known color: French Lilac. HEX triplet: DD, AB and CE. RGB value is (221,171,206). Sum of RGB (Red+Green+Blue) = 221+171+206=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABCE is #225431. Grayscale: #BDBDBD. Windows color (decimal): -2249778 or 13544413. OLE color: 13544413.
HSL color Cylindrical-coordinate representation of color #DDABCE: hue angle of 318º 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 #DDABCE is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 206 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.13 |
| HSL | 318º | 0.42% | 0.77% | - |
| HSV(B) | 318º | 0.23% | 0.87% | - |
| XYZ | 55.52 | 48.95 | 64.92 | - |
| YUV | 189.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 206 | 0 | 0.23 | 0.07 | 0.13 | 318 | 0.42 | 0.77 |
| Hex | DD | AB | CE | 0 | 17 | 7 | D | 13E | 2A | 4D |
| Octal | 335 | 253 | 316 | 0 | 27 | 7 | 15 | 476 | 52 | 115 |
| Binary | 11011101 | 10101011 | 11001110 | 0 | 10111 | 111 | 1101 | 100111110 | 101010 | 1001101 |
Color Harmonies of #DDABCE
Complementary color
Monochromatic Colors of #DDABCE
Black with #DDABCE
Text Example
Text Example
White with #DDABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABCE; }
p { color: rgb(221,171,206); }
H1.HeaderClassName
{
color: #DDABCE;
}
.AnyTagClassName
{
color: #DDABCE;
}
</style>
background-color css
<style>
a { background-color: #DDABCE; }
a { background-color: rgb(221,171,206); }
div.DivClassName
{
background-color: #DDABCE;
}
.BgClassName
{
background-color: #DDABCE;
}
</style>
border-color css
<style>
span { border-color: #DDABCE; }
span { border-color: rgb(221,171,206); }
td.TdClassName
{
border-color: #DDABCE;
}
.TagClassName
{
border-color: #DDABCE;
}
</style>