Shades of French Lilac #DFBED6
Tints of French Lilac #DFBED6
RGB
CMYK
RGB Variations
Color information
#DFBED6 (or 0xDFBED6) is known color: French Lilac. HEX triplet: DF, BE and D6. RGB value is (223,190,214). Sum of RGB (Red+Green+Blue) = 223+190+214=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBED6 is #204129. Grayscale: #CACACA. Windows color (decimal): -2113834 or 14073567. OLE color: 14073567.
HSL color Cylindrical-coordinate representation of color #DFBED6: hue angle of 316.36º degrees, saturation: 0.34, 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 #DFBED6 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 190 | 214 | - |
CMYK | 0 | 0.15 | 0.04 | 0.13 |
HSL | 316.36º | 0.34% | 0.81% | - |
HSV(B) | 316.36º | 0.15% | 0.87% | - |
XYZ | 60.98 | 57.37 | 71.48 | - |
YUV | 202.6 | 134.43 | 142.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 190 | 214 | 0 | 0.15 | 0.04 | 0.13 | 316.36 | 0.34 | 0.81 |
Hex | DF | BE | D6 | 0 | F | 4 | D | 13C | 22 | 51 |
Octal | 337 | 276 | 326 | 0 | 17 | 4 | 15 | 474 | 42 | 121 |
Binary | 11011111 | 10111110 | 11010110 | 0 | 1111 | 100 | 1101 | 100111100 | 100010 | 1010001 |
Color Harmonies of #DFBED6
Complementary color
Monochromatic Colors of #DFBED6
Black with #DFBED6
Text Example
Text Example
White with #DFBED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBED6; }
p { color: rgb(223,190,214); }
H1.HeaderClassName
{
color: #DFBED6;
}
.AnyTagClassName
{
color: #DFBED6;
}
</style>
background-color css
<style>
a { background-color: #DFBED6; }
a { background-color: rgb(223,190,214); }
div.DivClassName
{
background-color: #DFBED6;
}
.BgClassName
{
background-color: #DFBED6;
}
</style>
border-color css
<style>
span { border-color: #DFBED6; }
span { border-color: rgb(223,190,214); }
td.TdClassName
{
border-color: #DFBED6;
}
.TagClassName
{
border-color: #DFBED6;
}
</style>