#DFB5D9

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

Shades of French Lilac #DFB5D9

Tints of French Lilac #DFB5D9

Color information

#DFB5D9 (or 0xDFB5D9) is unknown color: approx French Lilac. HEX triplet: DF, B5 and D9. RGB value is (223,181,217). Sum of RGB (Red+Green+Blue) = 223+181+217=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5D9 is #204A26. Grayscale: #C5C5C5. Windows color (decimal): -2116135 or 14267871. OLE color: 14267871.

HSL color Cylindrical-coordinate representation of color #DFB5D9: hue angle of 308.57º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB5D9 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB223181217-
CMYK00.190.030.13
HSL308.57º39.62%79.22%-
HSV(B)308.57º18.83%87.45%-
XYZ59.4853.7572.88-
YUV197.66138.91146.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 181 (71.09% from 255) = 29.15%
BLUE value IS 217 (85.16% from 255) = 34.94%
R=35.91%
G=29.15%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318121700.190.030.13308.5739.6279.22
HexDFB5D90133D135284f
Octal33726533102331546550117
Binary1101111110110101110110010100111111011001101011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB5D9; }

 p { color: rgb(223,181,217); }

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

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

 a { background-color: rgb(223,181,217); }

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

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

 span { border-color: rgb(223,181,217); }

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