#DFB4DC

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

Shades of French Lilac #DFB4DC

Tints of French Lilac #DFB4DC

Color information

#DFB4DC (or 0xDFB4DC) is unknown color: approx French Lilac. HEX triplet: DF, B4 and DC. RGB value is (223,180,220). Sum of RGB (Red+Green+Blue) = 223+180+220=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4DC is #204B23. Grayscale: #C5C5C5. Windows color (decimal): -2116388 or 14464223. OLE color: 14464223.

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

Color convert

RGB223180220-
CMYK00.190.010.13
HSL304.19º40.19%79.02%-
HSV(B)304.19º19.28%87.45%-
XYZ59.6753.574.89-
YUV197.42140.75146.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 180 (70.70% from 255) = 28.89%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=35.79%
G=28.89%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318022000.190.010.13304.1940.1979.02
HexDFB4DC0131D130284f
Octal33726433402311546050117
Binary110111111011010011011100010011111011001100001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB4DC; }

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

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

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

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

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

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

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

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