Shades of French Lilac #DDB4DD
Tints of French Lilac #DDB4DD
RGB
CMYK
RGB Variations
Color information
#DDB4DD (or 0xDDB4DD) is known color: French Lilac. HEX triplet: DD, B4 and DD. RGB value is (221,180,221). Sum of RGB (Red+Green+Blue) = 221+180+221=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4DD is #224B22. Grayscale: #C4C4C4. Windows color (decimal): -2247459 or 14529757. OLE color: 14529757.
HSL color Cylindrical-coordinate representation of color #DDB4DD: hue angle of 300º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB4DD is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 180 | 221 | - |
CMYK | 0 | 0.19 | 0 | 0.13 |
HSL | 300º | 0.38% | 0.79% | - |
HSV(B) | 300º | 0.19% | 0.87% | - |
XYZ | 59.19 | 53.24 | 75.56 | - |
YUV | 196.93 | 141.58 | 145.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 180 | 221 | 0 | 0.19 | 0 | 0.13 | 300 | 0.38 | 0.79 |
Hex | DD | B4 | DD | 0 | 13 | 0 | D | 12C | 26 | 4F |
Octal | 335 | 264 | 335 | 0 | 23 | 0 | 15 | 454 | 46 | 117 |
Binary | 11011101 | 10110100 | 11011101 | 0 | 10011 | 0 | 1101 | 100101100 | 100110 | 1001111 |
Color Harmonies of #DDB4DD
Complementary color
Monochromatic Colors of #DDB4DD
Black with #DDB4DD
Text Example
Text Example
White with #DDB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4DD; }
p { color: rgb(221,180,221); }
H1.HeaderClassName
{
color: #DDB4DD;
}
.AnyTagClassName
{
color: #DDB4DD;
}
</style>
background-color css
<style>
a { background-color: #DDB4DD; }
a { background-color: rgb(221,180,221); }
div.DivClassName
{
background-color: #DDB4DD;
}
.BgClassName
{
background-color: #DDB4DD;
}
</style>
border-color css
<style>
span { border-color: #DDB4DD; }
span { border-color: rgb(221,180,221); }
td.TdClassName
{
border-color: #DDB4DD;
}
.TagClassName
{
border-color: #DDB4DD;
}
</style>