#DFB5DA

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

Shades of French Lilac #DFB5DA

Tints of French Lilac #DFB5DA

Color information

#DFB5DA (or 0xDFB5DA) is unknown color: approx French Lilac. HEX triplet: DF, B5 and DA. RGB value is (223,181,218). Sum of RGB (Red+Green+Blue) = 223+181+218=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5DA is #204A25. Grayscale: #C5C5C5. Windows color (decimal): -2116134 or 14333407. OLE color: 14333407.

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

Color convert

RGB223181218-
CMYK00.190.020.13
HSL307.14º39.62%79.22%-
HSV(B)307.14º18.83%87.45%-
XYZ59.6153.873.57-
YUV197.78139.41145.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 181 (71.09% from 255) = 29.10%
BLUE value IS 218 (85.55% from 255) = 35.05%
R=35.85%
G=29.10%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318121800.190.020.13307.1439.6279.22
HexDFB5DA0132D133284f
Octal33726533202321546350117
Binary1101111110110101110110100100111011011001100111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB5DA; }

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

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

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

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

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

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

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

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