Shades of French Lilac #DFB0D4
Tints of French Lilac #DFB0D4
RGB
CMYK
RGB Variations
Color information
#DFB0D4 (or 0xDFB0D4) is known color: French Lilac. HEX triplet: DF, B0 and D4. RGB value is (223,176,212). Sum of RGB (Red+Green+Blue) = 223+176+212=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0D4 is #204F2B. Grayscale: #C2C2C2. Windows color (decimal): -2117420 or 13938911. OLE color: 13938911.
HSL color Cylindrical-coordinate representation of color #DFB0D4: hue angle of 314.04º 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 #DFB0D4 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 176 | 212 | - |
CMYK | 0 | 0.21 | 0.05 | 0.13 |
HSL | 314.04º | 0.42% | 0.78% | - |
HSV(B) | 314.04º | 0.21% | 0.87% | - |
XYZ | 57.84 | 51.49 | 69.18 | - |
YUV | 194.16 | 138.07 | 148.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 176 | 212 | 0 | 0.21 | 0.05 | 0.13 | 314.04 | 0.42 | 0.78 |
Hex | DF | B0 | D4 | 0 | 15 | 5 | D | 13A | 2A | 4E |
Octal | 337 | 260 | 324 | 0 | 25 | 5 | 15 | 472 | 52 | 116 |
Binary | 11011111 | 10110000 | 11010100 | 0 | 10101 | 101 | 1101 | 100111010 | 101010 | 1001110 |
Color Harmonies of #DFB0D4
Complementary color
Monochromatic Colors of #DFB0D4
Black with #DFB0D4
Text Example
Text Example
White with #DFB0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0D4; }
p { color: rgb(223,176,212); }
H1.HeaderClassName
{
color: #DFB0D4;
}
.AnyTagClassName
{
color: #DFB0D4;
}
</style>
background-color css
<style>
a { background-color: #DFB0D4; }
a { background-color: rgb(223,176,212); }
div.DivClassName
{
background-color: #DFB0D4;
}
.BgClassName
{
background-color: #DFB0D4;
}
</style>
border-color css
<style>
span { border-color: #DFB0D4; }
span { border-color: rgb(223,176,212); }
td.TdClassName
{
border-color: #DFB0D4;
}
.TagClassName
{
border-color: #DFB0D4;
}
</style>