#DFB5DF

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

Shades of French Lilac #DFB5DF

Tints of French Lilac #DFB5DF

Color information

#DFB5DF (or 0xDFB5DF) is unknown color: approx French Lilac. HEX triplet: DF, B5 and DF. RGB value is (223,181,223). Sum of RGB (Red+Green+Blue) = 223+181+223=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFB5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5DF is #204A20. Grayscale: #C6C6C6. Windows color (decimal): -2116129 or 14661087. OLE color: 14661087.

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

Color convert

RGB223181223-
CMYK00.1900.13
HSL300º39.62%79.22%-
HSV(B)300º18.83%87.45%-
XYZ60.2754.0677.07-
YUV198.35141.91145.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 181 (71.09% from 255) = 28.87%
BLUE value IS 223 (87.5% from 255) = 35.57%
R=35.57%
G=28.87%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318122300.1900.1330039.6279.22
HexDFB5DF0130D12c284f
Octal33726533702301545450117
Binary110111111011010111011111010011011011001011001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB5DF; }

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

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

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

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

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

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

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

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