Shades of French Lilac #DDACD4
Tints of French Lilac #DDACD4
RGB
CMYK
RGB Variations
Color information
#DDACD4 (or 0xDDACD4) is known color: French Lilac. HEX triplet: DD, AC and D4. RGB value is (221,172,212). Sum of RGB (Red+Green+Blue) = 221+172+212=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACD4 is #22532B. Grayscale: #BFBFBF. Windows color (decimal): -2249516 or 13937885. OLE color: 13937885.
HSL color Cylindrical-coordinate representation of color #DDACD4: hue angle of 311.02º degrees, saturation: 0.42, 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 #DDACD4 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 172 | 212 | - |
CMYK | 0 | 0.22 | 0.04 | 0.13 |
HSL | 311.02º | 0.42% | 0.77% | - |
HSV(B) | 311.02º | 0.22% | 0.87% | - |
XYZ | 56.45 | 49.63 | 68.89 | - |
YUV | 191.21 | 139.73 | 149.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 212 | 0 | 0.22 | 0.04 | 0.13 | 311.02 | 0.42 | 0.77 |
Hex | DD | AC | D4 | 0 | 16 | 4 | D | 137 | 2A | 4D |
Octal | 335 | 254 | 324 | 0 | 26 | 4 | 15 | 467 | 52 | 115 |
Binary | 11011101 | 10101100 | 11010100 | 0 | 10110 | 100 | 1101 | 100110111 | 101010 | 1001101 |
Color Harmonies of #DDACD4
Complementary color
Monochromatic Colors of #DDACD4
Black with #DDACD4
Text Example
Text Example
White with #DDACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACD4; }
p { color: rgb(221,172,212); }
H1.HeaderClassName
{
color: #DDACD4;
}
.AnyTagClassName
{
color: #DDACD4;
}
</style>
background-color css
<style>
a { background-color: #DDACD4; }
a { background-color: rgb(221,172,212); }
div.DivClassName
{
background-color: #DDACD4;
}
.BgClassName
{
background-color: #DDACD4;
}
</style>
border-color css
<style>
span { border-color: #DDACD4; }
span { border-color: rgb(221,172,212); }
td.TdClassName
{
border-color: #DDACD4;
}
.TagClassName
{
border-color: #DDACD4;
}
</style>