#DFBED8

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

Shades of French Lilac #DFBED8

Tints of French Lilac #DFBED8

Color information

#DFBED8 (or 0xDFBED8) is unknown color: approx French Lilac. HEX triplet: DF, BE and D8. RGB value is (223,190,216). Sum of RGB (Red+Green+Blue) = 223+190+216=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBED8 is #204127. Grayscale: #CACACA. Windows color (decimal): -2113832 or 14204639. OLE color: 14204639.

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

Color convert

RGB223190216-
CMYK00.150.030.13
HSL312.73º34.02%80.98%-
HSV(B)312.73º14.8%87.45%-
XYZ61.2457.4772.83-
YUV202.83135.43142.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.45%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 216 (84.77% from 255) = 34.34%
R=35.45%
G=30.21%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319021600.150.030.13312.7334.0280.98
HexDFBED80F3D1392251
Octal33727633001731547142121
Binary110111111011111011011000011111111011001110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBED8; }

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

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

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

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

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

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

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

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