#DFBFD5

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

Shades of French Lilac #DFBFD5

Tints of French Lilac #DFBFD5

Color information

#DFBFD5 (or 0xDFBFD5) is unknown color: approx French Lilac. HEX triplet: DF, BF and D5. RGB value is (223,191,213). Sum of RGB (Red+Green+Blue) = 223+191+213=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFD5 is #20402A. Grayscale: #CBCBCB. Windows color (decimal): -2113579 or 14008287. OLE color: 14008287.

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

Color convert

RGB223191213-
CMYK00.140.040.13
HSL318.75º33.33%81.18%-
HSV(B)318.75º14.35%87.45%-
XYZ61.0757.7570.88-
YUV203.08133.6142.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 191 (75% from 255) = 30.46%
BLUE value IS 213 (83.59% from 255) = 33.97%
R=35.57%
G=30.46%
B=33.97%

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
Decimal22319121300.140.040.13318.7533.3381.18
HexDFBFD50E4D13f2151
Octal33727732501641547741121
Binary1101111110111111110101010111010011011001111111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFD5; }

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

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

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

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

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

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

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

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