#DFB1D3

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

Shades of French Lilac #DFB1D3

Tints of French Lilac #DFB1D3

Color information

#DFB1D3 (or 0xDFB1D3) is unknown color: approx French Lilac. HEX triplet: DF, B1 and D3. RGB value is (223,177,211). Sum of RGB (Red+Green+Blue) = 223+177+211=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1D3 is #204E2C. Grayscale: #C2C2C2. Windows color (decimal): -2117165 or 13873631. OLE color: 13873631.

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

Color convert

RGB223177211-
CMYK00.210.050.13
HSL315.65º41.82%78.43%-
HSV(B)315.65º20.63%87.45%-
XYZ57.9151.8468.58-
YUV194.63137.24148.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 177 (69.53% from 255) = 28.97%
BLUE value IS 211 (82.81% from 255) = 34.53%
R=36.50%
G=28.97%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317721100.210.050.13315.6541.8278.43
HexDFB1D30155D13c2a4e
Octal33726132302551547452116
Binary11011111101100011101001101010110111011001111001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1D3; }

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

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

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

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

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

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

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

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