#DFBFD9

Color #DFBFD9 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #DFBFD9

Tints of French Lilac #DFBFD9

Color information

#DFBFD9 (or 0xDFBFD9) is unknown color: approx French Lilac. HEX triplet: DF, BF and D9. RGB value is (223,191,217). Sum of RGB (Red+Green+Blue) = 223+191+217=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFD9 is #204026. Grayscale: #CBCBCB. Windows color (decimal): -2113575 or 14270431. OLE color: 14270431.

HSL color Cylindrical-coordinate representation of color #DFBFD9: hue angle of 311.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFBFD9 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB223191217-
CMYK00.140.030.13
HSL311.25º33.33%81.18%-
HSV(B)311.25º14.35%87.45%-
XYZ61.5957.9673.59-
YUV203.53135.6141.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 35.34%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 217 (85.16% from 255) = 34.39%
R=35.34%
G=30.27%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319121700.140.030.13311.2533.3381.18
HexDFBFD90E3D1372151
Octal33727733101631546741121
Binary110111111011111111011001011101111011001101111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFD9; }

 p { color: rgb(223,191,217); }

 H1.HeaderClassName
 {
   color: #DFBFD9;
 }
 .AnyTagClassName
 {
   color: #DFBFD9;
 }
</style>
background-color css

<style>
 a { background-color: #DFBFD9; }

 a { background-color: rgb(223,191,217); }

 div.DivClassName
 {
   background-color: #DFBFD9;
 }
 .BgClassName
 {
   background-color: #DFBFD9;
 }
</style>
border-color css

<style>
 span { border-color: #DFBFD9; }

 span { border-color: rgb(223,191,217); }

 td.TdClassName
 {
   border-color: #DFBFD9;
 }
 .TagClassName
 {
   border-color: #DFBFD9;
 }
</style>