#DFBED7

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

Shades of French Lilac #DFBED7

Tints of French Lilac #DFBED7

Color information

#DFBED7 (or 0xDFBED7) is unknown color: approx French Lilac. HEX triplet: DF, BE and D7. RGB value is (223,190,215). Sum of RGB (Red+Green+Blue) = 223+190+215=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBED7 is #204128. Grayscale: #CACACA. Windows color (decimal): -2113833 or 14139103. OLE color: 14139103.

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

Color convert

RGB223190215-
CMYK00.150.040.13
HSL314.55º34.02%80.98%-
HSV(B)314.55º14.8%87.45%-
XYZ61.1157.4272.15-
YUV202.72134.93142.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 190 (74.61% from 255) = 30.25%
BLUE value IS 215 (84.38% from 255) = 34.24%
R=35.51%
G=30.25%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319021500.150.040.13314.5534.0280.98
HexDFBED70F4D13b2251
Octal33727632701741547342121
Binary1101111110111110110101110111110011011001110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBED7; }

 p { color: rgb(223,190,215); }

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

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

 a { background-color: rgb(223,190,215); }

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

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

 span { border-color: rgb(223,190,215); }

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