Shades of French Lilac #DFB5DD
Tints of French Lilac #DFB5DD
RGB
CMYK
RGB Variations
Color information
#DFB5DD (or 0xDFB5DD) is known color: French Lilac. HEX triplet: DF, B5 and DD. RGB value is (223,181,221). Sum of RGB (Red+Green+Blue) = 223+181+221=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5DD is #204A22. Grayscale: #C6C6C6. Windows color (decimal): -2116131 or 14530015. OLE color: 14530015.
HSL color Cylindrical-coordinate representation of color #DFB5DD: hue angle of 302.86º degrees, saturation: 0.4, 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 #DFB5DD is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 181 | 221 | - |
CMYK | 0 | 0.19 | 0.01 | 0.13 |
HSL | 302.86º | 0.4% | 0.79% | - |
HSV(B) | 302.86º | 0.19% | 0.87% | - |
XYZ | 60.01 | 53.96 | 75.66 | - |
YUV | 198.12 | 140.91 | 145.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 181 | 221 | 0 | 0.19 | 0.01 | 0.13 | 302.86 | 0.4 | 0.79 |
Hex | DF | B5 | DD | 0 | 13 | 1 | D | 12F | 28 | 4F |
Octal | 337 | 265 | 335 | 0 | 23 | 1 | 15 | 457 | 50 | 117 |
Binary | 11011111 | 10110101 | 11011101 | 0 | 10011 | 1 | 1101 | 100101111 | 101000 | 1001111 |
Color Harmonies of #DFB5DD
Complementary color
Monochromatic Colors of #DFB5DD
Black with #DFB5DD
Text Example
Text Example
White with #DFB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5DD; }
p { color: rgb(223,181,221); }
H1.HeaderClassName
{
color: #DFB5DD;
}
.AnyTagClassName
{
color: #DFB5DD;
}
</style>
background-color css
<style>
a { background-color: #DFB5DD; }
a { background-color: rgb(223,181,221); }
div.DivClassName
{
background-color: #DFB5DD;
}
.BgClassName
{
background-color: #DFB5DD;
}
</style>
border-color css
<style>
span { border-color: #DFB5DD; }
span { border-color: rgb(223,181,221); }
td.TdClassName
{
border-color: #DFB5DD;
}
.TagClassName
{
border-color: #DFB5DD;
}
</style>