Shades of French Lilac #DFB1E1
Tints of French Lilac #DFB1E1
RGB
CMYK
RGB Variations
Color information
#DFB1E1 (or 0xDFB1E1) is known color: French Lilac. HEX triplet: DF, B1 and E1. RGB value is (223,177,225). Sum of RGB (Red+Green+Blue) = 223+177+225=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 177 (69.53% from 255 or 28.32% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFB1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1E1 is #204E1E. Grayscale: #C4C4C4. Windows color (decimal): -2117151 or 14791135. OLE color: 14791135.
HSL color Cylindrical-coordinate representation of color #DFB1E1: hue angle of 297.5º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB1E1 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 177 | 225 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.12 |
| HSL | 297.5º | 0.44% | 0.79% | - |
| HSV(B) | 297.5º | 0.21% | 0.88% | - |
| XYZ | 59.74 | 52.57 | 78.23 | - |
| YUV | 196.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 225 | 0.01 | 0.21 | 0 | 0.12 | 297.5 | 0.44 | 0.79 |
| Hex | DF | B1 | E1 | 1 | 15 | 0 | C | 12A | 2C | 4F |
| Octal | 337 | 261 | 341 | 1 | 25 | 0 | 14 | 452 | 54 | 117 |
| Binary | 11011111 | 10110001 | 11100001 | 1 | 10101 | 0 | 1100 | 100101010 | 101100 | 1001111 |
Color Harmonies of #DFB1E1
Complementary color
Monochromatic Colors of #DFB1E1
Black with #DFB1E1
Text Example
Text Example
White with #DFB1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1E1; }
p { color: rgb(223,177,225); }
H1.HeaderClassName
{
color: #DFB1E1;
}
.AnyTagClassName
{
color: #DFB1E1;
}
</style>
background-color css
<style>
a { background-color: #DFB1E1; }
a { background-color: rgb(223,177,225); }
div.DivClassName
{
background-color: #DFB1E1;
}
.BgClassName
{
background-color: #DFB1E1;
}
</style>
border-color css
<style>
span { border-color: #DFB1E1; }
span { border-color: rgb(223,177,225); }
td.TdClassName
{
border-color: #DFB1E1;
}
.TagClassName
{
border-color: #DFB1E1;
}
</style>