#DFB4DA

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

Shades of French Lilac #DFB4DA

Tints of French Lilac #DFB4DA

Color information

#DFB4DA (or 0xDFB4DA) is unknown color: approx French Lilac. HEX triplet: DF, B4 and DA. RGB value is (223,180,218). Sum of RGB (Red+Green+Blue) = 223+180+218=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4DA is #204B25. Grayscale: #C5C5C5. Windows color (decimal): -2116390 or 14333151. OLE color: 14333151.

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

Color convert

RGB223180218-
CMYK00.190.020.13
HSL306.98º40.19%79.02%-
HSV(B)306.98º19.28%87.45%-
XYZ59.4153.3973.5-
YUV197.19139.75146.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 180 (70.70% from 255) = 28.99%
BLUE value IS 218 (85.55% from 255) = 35.10%
R=35.91%
G=28.99%
B=35.10%

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
Decimal22318021800.190.020.13306.9840.1979.02
HexDFB4DA0132D133284f
Octal33726433202321546350117
Binary1101111110110100110110100100111011011001100111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB4DA; }

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

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

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

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

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

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

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

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