#DFBFDB

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

Shades of French Lilac #DFBFDB

Tints of French Lilac #DFBFDB

Color information

#DFBFDB (or 0xDFBFDB) is unknown color: approx French Lilac. HEX triplet: DF, BF and DB. RGB value is (223,191,219). Sum of RGB (Red+Green+Blue) = 223+191+219=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFDB is #204024. Grayscale: #CBCBCB. Windows color (decimal): -2113573 or 14401503. OLE color: 14401503.

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

Color convert

RGB223191219-
CMYK00.140.020.13
HSL307.5º33.33%81.18%-
HSV(B)307.5º14.35%87.45%-
XYZ61.8558.0674.97-
YUV203.76136.6141.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 191 (75% from 255) = 30.17%
BLUE value IS 219 (85.94% from 255) = 34.60%
R=35.23%
G=30.17%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319121900.140.020.13307.533.3381.18
HexDFBFDB0E2D1342151
Octal33727733301621546441121
Binary110111111011111111011011011101011011001101001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFDB; }

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

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

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

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

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

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

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

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