Shades of French Lilac #DFB0D3
Tints of French Lilac #DFB0D3
RGB
CMYK
RGB Variations
Color information
#DFB0D3 (or 0xDFB0D3) is known color: French Lilac. HEX triplet: DF, B0 and D3. RGB value is (223,176,211). Sum of RGB (Red+Green+Blue) = 223+176+211=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0D3 is #204F2C. Grayscale: #C1C1C1. Windows color (decimal): -2117421 or 13873375. OLE color: 13873375.
HSL color Cylindrical-coordinate representation of color #DFB0D3: hue angle of 315.32º 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 #DFB0D3 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 211 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.13 |
| HSL | 315.32º | 0.42% | 0.78% | - |
| HSV(B) | 315.32º | 0.21% | 0.87% | - |
| XYZ | 57.71 | 51.44 | 68.52 | - |
| YUV | 194.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 211 | 0 | 0.21 | 0.05 | 0.13 | 315.32 | 0.42 | 0.78 |
| Hex | DF | B0 | D3 | 0 | 15 | 5 | D | 13B | 2A | 4E |
| Octal | 337 | 260 | 323 | 0 | 25 | 5 | 15 | 473 | 52 | 116 |
| Binary | 11011111 | 10110000 | 11010011 | 0 | 10101 | 101 | 1101 | 100111011 | 101010 | 1001110 |
Color Harmonies of #DFB0D3
Complementary color
Monochromatic Colors of #DFB0D3
Black with #DFB0D3
Text Example
Text Example
White with #DFB0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0D3; }
p { color: rgb(223,176,211); }
H1.HeaderClassName
{
color: #DFB0D3;
}
.AnyTagClassName
{
color: #DFB0D3;
}
</style>
background-color css
<style>
a { background-color: #DFB0D3; }
a { background-color: rgb(223,176,211); }
div.DivClassName
{
background-color: #DFB0D3;
}
.BgClassName
{
background-color: #DFB0D3;
}
</style>
border-color css
<style>
span { border-color: #DFB0D3; }
span { border-color: rgb(223,176,211); }
td.TdClassName
{
border-color: #DFB0D3;
}
.TagClassName
{
border-color: #DFB0D3;
}
</style>