Shades of French Lilac #DFB1DB
Tints of French Lilac #DFB1DB
RGB
CMYK
RGB Variations
Color information
#DFB1DB (or 0xDFB1DB) is known color: French Lilac. HEX triplet: DF, B1 and DB. RGB value is (223,177,219). Sum of RGB (Red+Green+Blue) = 223+177+219=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1DB is #204E24. Grayscale: #C3C3C3. Windows color (decimal): -2117157 or 14397919. OLE color: 14397919.
HSL color Cylindrical-coordinate representation of color #DFB1DB: hue angle of 305.22º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB1DB is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 177 | 219 | - |
CMYK | 0 | 0.21 | 0.02 | 0.13 |
HSL | 305.22º | 0.42% | 0.78% | - |
HSV(B) | 305.22º | 0.21% | 0.87% | - |
XYZ | 58.94 | 52.25 | 74 | - |
YUV | 195.54 | 141.24 | 147.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 177 | 219 | 0 | 0.21 | 0.02 | 0.13 | 305.22 | 0.42 | 0.78 |
Hex | DF | B1 | DB | 0 | 15 | 2 | D | 131 | 2A | 4E |
Octal | 337 | 261 | 333 | 0 | 25 | 2 | 15 | 461 | 52 | 116 |
Binary | 11011111 | 10110001 | 11011011 | 0 | 10101 | 10 | 1101 | 100110001 | 101010 | 1001110 |
Color Harmonies of #DFB1DB
Complementary color
Monochromatic Colors of #DFB1DB
Black with #DFB1DB
Text Example
Text Example
White with #DFB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1DB; }
p { color: rgb(223,177,219); }
H1.HeaderClassName
{
color: #DFB1DB;
}
.AnyTagClassName
{
color: #DFB1DB;
}
</style>
background-color css
<style>
a { background-color: #DFB1DB; }
a { background-color: rgb(223,177,219); }
div.DivClassName
{
background-color: #DFB1DB;
}
.BgClassName
{
background-color: #DFB1DB;
}
</style>
border-color css
<style>
span { border-color: #DFB1DB; }
span { border-color: rgb(223,177,219); }
td.TdClassName
{
border-color: #DFB1DB;
}
.TagClassName
{
border-color: #DFB1DB;
}
</style>