#DFBCD9

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

Shades of French Lilac #DFBCD9

Tints of French Lilac #DFBCD9

Color information

#DFBCD9 (or 0xDFBCD9) is unknown color: approx French Lilac. HEX triplet: DF, BC and D9. RGB value is (223,188,217). Sum of RGB (Red+Green+Blue) = 223+188+217=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCD9 is #204326. Grayscale: #C9C9C9. Windows color (decimal): -2114343 or 14269663. OLE color: 14269663.

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

Color convert

RGB223188217-
CMYK00.160.030.13
HSL310.29º35.35%80.59%-
HSV(B)310.29º15.7%87.45%-
XYZ60.9456.6673.37-
YUV201.77136.6143.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 188 (73.83% from 255) = 29.94%
BLUE value IS 217 (85.16% from 255) = 34.55%
R=35.51%
G=29.94%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318821700.160.030.13310.2935.3580.59
HexDFBCD90103D1362351
Octal33727433102031546643121
Binary1101111110111100110110010100001111011001101101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCD9; }

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

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

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

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

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

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

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

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