#DFB2DA

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

Shades of French Lilac #DFB2DA

Tints of French Lilac #DFB2DA

Color information

#DFB2DA (or 0xDFB2DA) is unknown color: approx French Lilac. HEX triplet: DF, B2 and DA. RGB value is (223,178,218). Sum of RGB (Red+Green+Blue) = 223+178+218=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2DA is #204D25. Grayscale: #C3C3C3. Windows color (decimal): -2116902 or 14332639. OLE color: 14332639.

HSL color Cylindrical-coordinate representation of color #DFB2DA: hue angle of 306.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB2DA is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223178218-
CMYK00.200.020.13
HSL306.67º41.28%78.63%-
HSV(B)306.67º20.18%87.45%-
XYZ59.0152.5973.37-
YUV196.02140.41147.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 178 (69.92% from 255) = 28.76%
BLUE value IS 218 (85.55% from 255) = 35.22%
R=36.03%
G=28.76%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317821800.200.020.13306.6741.2878.63
HexDFB2DA0142D133294f
Octal33726233202421546351117
Binary1101111110110010110110100101001011011001100111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB2DA; }

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

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

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

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

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

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

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

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