#DFBFD7

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

Shades of French Lilac #DFBFD7

Tints of French Lilac #DFBFD7

Color information

#DFBFD7 (or 0xDFBFD7) is unknown color: approx French Lilac. HEX triplet: DF, BF and D7. RGB value is (223,191,215). Sum of RGB (Red+Green+Blue) = 223+191+215=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFD7 is #204028. Grayscale: #CBCBCB. Windows color (decimal): -2113577 or 14139359. OLE color: 14139359.

HSL color Cylindrical-coordinate representation of color #DFBFD7: hue angle of 315º 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 #DFBFD7 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223191215-
CMYK00.140.040.13
HSL315º33.33%81.18%-
HSV(B)315º14.35%87.45%-
XYZ61.3357.8672.22-
YUV203.3134.6142.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.45%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 215 (84.38% from 255) = 34.18%
R=35.45%
G=30.37%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319121500.140.040.1331533.3381.18
HexDFBFD70E4D13b2151
Octal33727732701641547341121
Binary1101111110111111110101110111010011011001110111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFD7; }

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

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

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

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

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

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

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

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