Shades of French Lilac #DFBDDA
Tints of French Lilac #DFBDDA
RGB
CMYK
RGB Variations
Color information
#DFBDDA (or 0xDFBDDA) is known color: French Lilac. HEX triplet: DF, BD and DA. RGB value is (223,189,218). Sum of RGB (Red+Green+Blue) = 223+189+218=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDDA is #204225. Grayscale: #CACACA. Windows color (decimal): -2114086 or 14335455. OLE color: 14335455.
HSL color Cylindrical-coordinate representation of color #DFBDDA: hue angle of 308.82º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBDDA is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 189 | 218 | - |
CMYK | 0 | 0.15 | 0.02 | 0.13 |
HSL | 308.82º | 0.35% | 0.81% | - |
HSV(B) | 308.82º | 0.15% | 0.87% | - |
XYZ | 61.28 | 57.15 | 74.13 | - |
YUV | 202.47 | 136.76 | 142.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 189 | 218 | 0 | 0.15 | 0.02 | 0.13 | 308.82 | 0.35 | 0.81 |
Hex | DF | BD | DA | 0 | F | 2 | D | 135 | 23 | 51 |
Octal | 337 | 275 | 332 | 0 | 17 | 2 | 15 | 465 | 43 | 121 |
Binary | 11011111 | 10111101 | 11011010 | 0 | 1111 | 10 | 1101 | 100110101 | 100011 | 1010001 |
Color Harmonies of #DFBDDA
Complementary color
Monochromatic Colors of #DFBDDA
Black with #DFBDDA
Text Example
Text Example
White with #DFBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDDA; }
p { color: rgb(223,189,218); }
H1.HeaderClassName
{
color: #DFBDDA;
}
.AnyTagClassName
{
color: #DFBDDA;
}
</style>
background-color css
<style>
a { background-color: #DFBDDA; }
a { background-color: rgb(223,189,218); }
div.DivClassName
{
background-color: #DFBDDA;
}
.BgClassName
{
background-color: #DFBDDA;
}
</style>
border-color css
<style>
span { border-color: #DFBDDA; }
span { border-color: rgb(223,189,218); }
td.TdClassName
{
border-color: #DFBDDA;
}
.TagClassName
{
border-color: #DFBDDA;
}
</style>