#DFB3DA

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

Shades of French Lilac #DFB3DA

Tints of French Lilac #DFB3DA

Color information

#DFB3DA (or 0xDFB3DA) is unknown color: approx French Lilac. HEX triplet: DF, B3 and DA. RGB value is (223,179,218). Sum of RGB (Red+Green+Blue) = 223+179+218=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3DA is #204C25. Grayscale: #C4C4C4. Windows color (decimal): -2116646 or 14332895. OLE color: 14332895.

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

Color convert

RGB223179218-
CMYK00.200.020.13
HSL306.82º40.74%78.82%-
HSV(B)306.82º19.73%87.45%-
XYZ59.2152.9973.44-
YUV196.6140.08146.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 179 (70.31% from 255) = 28.87%
BLUE value IS 218 (85.55% from 255) = 35.16%
R=35.97%
G=28.87%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317921800.200.020.13306.8240.7478.82
HexDFB3DA0142D133294f
Octal33726333202421546351117
Binary1101111110110011110110100101001011011001100111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB3DA; }

 p { color: rgb(223,179,218); }

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

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

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

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

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

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

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