#DFB5DD

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

Shades of French Lilac #DFB5DD

Tints of French Lilac #DFB5DD

Color information

#DFB5DD (or 0xDFB5DD) is unknown color: approx French Lilac. HEX triplet: DF, B5 and DD. RGB value is (223,181,221). Sum of RGB (Red+Green+Blue) = 223+181+221=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5DD is #204A22. Grayscale: #C6C6C6. Windows color (decimal): -2116131 or 14530015. OLE color: 14530015.

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

Color convert

RGB223181221-
CMYK00.190.010.13
HSL302.86º39.62%79.22%-
HSV(B)302.86º18.83%87.45%-
XYZ60.0153.9675.66-
YUV198.12140.91145.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.68%
GREEN value IS 181 (71.09% from 255) = 28.96%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=35.68%
G=28.96%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318122100.190.010.13302.8639.6279.22
HexDFB5DD0131D12f284f
Octal33726533502311545750117
Binary110111111011010111011101010011111011001011111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB5DD; }

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

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

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

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

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

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

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

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