Shades of French Lilac #DFBED8
Tints of French Lilac #DFBED8
RGB
CMYK
RGB Variations
Color information
#DFBED8 (or 0xDFBED8) is known color: French Lilac. HEX triplet: DF, BE and D8. RGB value is (223,190,216). Sum of RGB (Red+Green+Blue) = 223+190+216=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBED8 is #204127. Grayscale: #CACACA. Windows color (decimal): -2113832 or 14204639. OLE color: 14204639.
HSL color Cylindrical-coordinate representation of color #DFBED8: hue angle of 312.73º 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 #DFBED8 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 190 | 216 | - |
CMYK | 0 | 0.15 | 0.03 | 0.13 |
HSL | 312.73º | 0.34% | 0.81% | - |
HSV(B) | 312.73º | 0.15% | 0.87% | - |
XYZ | 61.24 | 57.47 | 72.83 | - |
YUV | 202.83 | 135.43 | 142.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 190 | 216 | 0 | 0.15 | 0.03 | 0.13 | 312.73 | 0.34 | 0.81 |
Hex | DF | BE | D8 | 0 | F | 3 | D | 139 | 22 | 51 |
Octal | 337 | 276 | 330 | 0 | 17 | 3 | 15 | 471 | 42 | 121 |
Binary | 11011111 | 10111110 | 11011000 | 0 | 1111 | 11 | 1101 | 100111001 | 100010 | 1010001 |
Color Harmonies of #DFBED8
Complementary color
Monochromatic Colors of #DFBED8
Black with #DFBED8
Text Example
Text Example
White with #DFBED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBED8; }
p { color: rgb(223,190,216); }
H1.HeaderClassName
{
color: #DFBED8;
}
.AnyTagClassName
{
color: #DFBED8;
}
</style>
background-color css
<style>
a { background-color: #DFBED8; }
a { background-color: rgb(223,190,216); }
div.DivClassName
{
background-color: #DFBED8;
}
.BgClassName
{
background-color: #DFBED8;
}
</style>
border-color css
<style>
span { border-color: #DFBED8; }
span { border-color: rgb(223,190,216); }
td.TdClassName
{
border-color: #DFBED8;
}
.TagClassName
{
border-color: #DFBED8;
}
</style>