Shades of French Lilac #DDB5DD
Tints of French Lilac #DDB5DD
RGB
CMYK
RGB Variations
Color information
#DDB5DD (or 0xDDB5DD) is known color: French Lilac. HEX triplet: DD, B5 and DD. RGB value is (221,181,221). Sum of RGB (Red+Green+Blue) = 221+181+221=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5DD is #224A22. Grayscale: #C5C5C5. Windows color (decimal): -2247203 or 14530013. OLE color: 14530013.
HSL color Cylindrical-coordinate representation of color #DDB5DD: hue angle of 300º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB5DD is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 181 | 221 | - |
CMYK | 0 | 0.18 | 0 | 0.13 |
HSL | 300º | 0.37% | 0.79% | - |
HSV(B) | 300º | 0.18% | 0.87% | - |
XYZ | 59.39 | 53.64 | 75.63 | - |
YUV | 197.52 | 141.25 | 144.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 181 | 221 | 0 | 0.18 | 0 | 0.13 | 300 | 0.37 | 0.79 |
Hex | DD | B5 | DD | 0 | 12 | 0 | D | 12C | 25 | 4F |
Octal | 335 | 265 | 335 | 0 | 22 | 0 | 15 | 454 | 45 | 117 |
Binary | 11011101 | 10110101 | 11011101 | 0 | 10010 | 0 | 1101 | 100101100 | 100101 | 1001111 |
Color Harmonies of #DDB5DD
Complementary color
Monochromatic Colors of #DDB5DD
Black with #DDB5DD
Text Example
Text Example
White with #DDB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5DD; }
p { color: rgb(221,181,221); }
H1.HeaderClassName
{
color: #DDB5DD;
}
.AnyTagClassName
{
color: #DDB5DD;
}
</style>
background-color css
<style>
a { background-color: #DDB5DD; }
a { background-color: rgb(221,181,221); }
div.DivClassName
{
background-color: #DDB5DD;
}
.BgClassName
{
background-color: #DDB5DD;
}
</style>
border-color css
<style>
span { border-color: #DDB5DD; }
span { border-color: rgb(221,181,221); }
td.TdClassName
{
border-color: #DDB5DD;
}
.TagClassName
{
border-color: #DDB5DD;
}
</style>