#DFBFDA

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

Shades of French Lilac #DFBFDA

Tints of French Lilac #DFBFDA

Color information

#DFBFDA (or 0xDFBFDA) is unknown color: approx French Lilac. HEX triplet: DF, BF and DA. RGB value is (223,191,218). Sum of RGB (Red+Green+Blue) = 223+191+218=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFDA is #204025. Grayscale: #CBCBCB. Windows color (decimal): -2113574 or 14335967. OLE color: 14335967.

HSL color Cylindrical-coordinate representation of color #DFBFDA: hue angle of 309.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFBFDA is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223191218-
CMYK00.140.020.13
HSL309.38º33.33%81.18%-
HSV(B)309.38º14.35%87.45%-
XYZ61.7258.0174.27-
YUV203.65136.1141.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=35.28%
G=30.22%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319121800.140.020.13309.3833.3381.18
HexDFBFDA0E2D1352151
Octal33727733201621546541121
Binary110111111011111111011010011101011011001101011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFDA; }

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

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

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

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

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

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

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

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