#DFB1DC

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

Shades of French Lilac #DFB1DC

Tints of French Lilac #DFB1DC

Color information

#DFB1DC (or 0xDFB1DC) is unknown color: approx French Lilac. HEX triplet: DF, B1 and DC. RGB value is (223,177,220). Sum of RGB (Red+Green+Blue) = 223+177+220=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1DC is #204E23. Grayscale: #C3C3C3. Windows color (decimal): -2117156 or 14463455. OLE color: 14463455.

HSL color Cylindrical-coordinate representation of color #DFB1DC: hue angle of 303.91º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB1DC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB223177220-
CMYK00.210.010.13
HSL303.91º41.82%78.43%-
HSV(B)303.91º20.63%87.45%-
XYZ59.0752.374.69-
YUV195.66141.74147.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 177 (69.53% from 255) = 28.55%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=35.97%
G=28.55%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317722000.210.010.13303.9141.8278.43
HexDFB1DC0151D1302a4e
Octal33726133402511546052116
Binary110111111011000111011100010101111011001100001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1DC; }

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

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

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

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

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

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

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

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