Shades of French Lilac #DFB2D3
Tints of French Lilac #DFB2D3
RGB
CMYK
RGB Variations
Color information
#DFB2D3 (or 0xDFB2D3) is known color: French Lilac. HEX triplet: DF, B2 and D3. RGB value is (223,178,211). Sum of RGB (Red+Green+Blue) = 223+178+211=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2D3 is #204D2C. Grayscale: #C3C3C3. Windows color (decimal): -2116909 or 13873887. OLE color: 13873887.
HSL color Cylindrical-coordinate representation of color #DFB2D3: hue angle of 316º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB2D3 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 211 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.13 |
| HSL | 316º | 0.41% | 0.79% | - |
| HSV(B) | 316º | 0.2% | 0.87% | - |
| XYZ | 58.11 | 52.23 | 68.65 | - |
| YUV | 195.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 211 | 0 | 0.20 | 0.05 | 0.13 | 316 | 0.41 | 0.79 |
| Hex | DF | B2 | D3 | 0 | 14 | 5 | D | 13C | 29 | 4F |
| Octal | 337 | 262 | 323 | 0 | 24 | 5 | 15 | 474 | 51 | 117 |
| Binary | 11011111 | 10110010 | 11010011 | 0 | 10100 | 101 | 1101 | 100111100 | 101001 | 1001111 |
Color Harmonies of #DFB2D3
Complementary color
Monochromatic Colors of #DFB2D3
Black with #DFB2D3
Text Example
Text Example
White with #DFB2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2D3; }
p { color: rgb(223,178,211); }
H1.HeaderClassName
{
color: #DFB2D3;
}
.AnyTagClassName
{
color: #DFB2D3;
}
</style>
background-color css
<style>
a { background-color: #DFB2D3; }
a { background-color: rgb(223,178,211); }
div.DivClassName
{
background-color: #DFB2D3;
}
.BgClassName
{
background-color: #DFB2D3;
}
</style>
border-color css
<style>
span { border-color: #DFB2D3; }
span { border-color: rgb(223,178,211); }
td.TdClassName
{
border-color: #DFB2D3;
}
.TagClassName
{
border-color: #DFB2D3;
}
</style>