#DFB4DF

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

Shades of French Lilac #DFB4DF

Tints of French Lilac #DFB4DF

Color information

#DFB4DF (or 0xDFB4DF) is unknown color: approx French Lilac. HEX triplet: DF, B4 and DF. RGB value is (223,180,223). Sum of RGB (Red+Green+Blue) = 223+180+223=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFB4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4DF is #204B20. Grayscale: #C5C5C5. Windows color (decimal): -2116385 or 14660831. OLE color: 14660831.

HSL color Cylindrical-coordinate representation of color #DFB4DF: 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 #DFB4DF is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB223180223-
CMYK00.1900.13
HSL300º40.19%79.02%-
HSV(B)300º19.28%87.45%-
XYZ60.0753.6677-
YUV197.76142.25146-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 180 (70.70% from 255) = 28.75%
BLUE value IS 223 (87.5% from 255) = 35.62%
R=35.62%
G=28.75%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318022300.1900.1330040.1979.02
HexDFB4DF0130D12c284f
Octal33726433702301545450117
Binary110111111011010011011111010011011011001011001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB4DF; }

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

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

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

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

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

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

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

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