#DFBCD7

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

Shades of French Lilac #DFBCD7

Tints of French Lilac #DFBCD7

Color information

#DFBCD7 (or 0xDFBCD7) is unknown color: approx French Lilac. HEX triplet: DF, BC and D7. RGB value is (223,188,215). Sum of RGB (Red+Green+Blue) = 223+188+215=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCD7 is #204328. Grayscale: #C9C9C9. Windows color (decimal): -2114345 or 14138591. OLE color: 14138591.

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

Color convert

RGB223188215-
CMYK00.160.040.13
HSL313.71º35.35%80.59%-
HSV(B)313.71º15.7%87.45%-
XYZ60.6856.5672.01-
YUV201.54135.6143.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 188 (73.83% from 255) = 30.03%
BLUE value IS 215 (84.38% from 255) = 34.35%
R=35.62%
G=30.03%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318821500.160.040.13313.7135.3580.59
HexDFBCD70104D13a2351
Octal33727432702041547243121
Binary11011111101111001101011101000010011011001110101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCD7; }

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

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

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

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

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

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

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

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