#DFB6DF

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

Shades of French Lilac #DFB6DF

Tints of French Lilac #DFB6DF

Color information

#DFB6DF (or 0xDFB6DF) is unknown color: approx French Lilac. HEX triplet: DF, B6 and DF. RGB value is (223,182,223). Sum of RGB (Red+Green+Blue) = 223+182+223=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFB6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6DF is #204920. Grayscale: #C6C6C6. Windows color (decimal): -2115873 or 14661343. OLE color: 14661343.

HSL color Cylindrical-coordinate representation of color #DFB6DF: hue angle of 300º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB6DF is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB223182223-
CMYK00.1800.13
HSL300º39.05%79.41%-
HSV(B)300º18.39%87.45%-
XYZ60.4854.4777.14-
YUV198.93141.58145.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 182 (71.48% from 255) = 28.98%
BLUE value IS 223 (87.5% from 255) = 35.51%
R=35.51%
G=28.98%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318222300.1800.1330039.0579.41
HexDFB6DF0120D12c274f
Octal33726633702201545447117
Binary110111111011011011011111010010011011001011001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6DF; }

 p { color: rgb(223,182,223); }

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

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

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

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

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

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

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