Shades of French Lilac #DFBED5
Tints of French Lilac #DFBED5
RGB
CMYK
RGB Variations
Color information
#DFBED5 (or 0xDFBED5) is known color: French Lilac. HEX triplet: DF, BE and D5. RGB value is (223,190,213). Sum of RGB (Red+Green+Blue) = 223+190+213=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBED5 is #20412A. Grayscale: #CACACA. Windows color (decimal): -2113835 or 14008031. OLE color: 14008031.
HSL color Cylindrical-coordinate representation of color #DFBED5: hue angle of 318.18º 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 #DFBED5 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 190 | 213 | - |
CMYK | 0 | 0.15 | 0.04 | 0.13 |
HSL | 318.18º | 0.34% | 0.81% | - |
HSV(B) | 318.18º | 0.15% | 0.87% | - |
XYZ | 60.86 | 57.32 | 70.81 | - |
YUV | 202.49 | 133.93 | 142.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 190 | 213 | 0 | 0.15 | 0.04 | 0.13 | 318.18 | 0.34 | 0.81 |
Hex | DF | BE | D5 | 0 | F | 4 | D | 13E | 22 | 51 |
Octal | 337 | 276 | 325 | 0 | 17 | 4 | 15 | 476 | 42 | 121 |
Binary | 11011111 | 10111110 | 11010101 | 0 | 1111 | 100 | 1101 | 100111110 | 100010 | 1010001 |
Color Harmonies of #DFBED5
Complementary color
Monochromatic Colors of #DFBED5
Black with #DFBED5
Text Example
Text Example
White with #DFBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBED5; }
p { color: rgb(223,190,213); }
H1.HeaderClassName
{
color: #DFBED5;
}
.AnyTagClassName
{
color: #DFBED5;
}
</style>
background-color css
<style>
a { background-color: #DFBED5; }
a { background-color: rgb(223,190,213); }
div.DivClassName
{
background-color: #DFBED5;
}
.BgClassName
{
background-color: #DFBED5;
}
</style>
border-color css
<style>
span { border-color: #DFBED5; }
span { border-color: rgb(223,190,213); }
td.TdClassName
{
border-color: #DFBED5;
}
.TagClassName
{
border-color: #DFBED5;
}
</style>