#DFB1DA

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

Shades of French Lilac #DFB1DA

Tints of French Lilac #DFB1DA

Color information

#DFB1DA (or 0xDFB1DA) is unknown color: approx French Lilac. HEX triplet: DF, B1 and DA. RGB value is (223,177,218). Sum of RGB (Red+Green+Blue) = 223+177+218=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1DA is #204E25. Grayscale: #C3C3C3. Windows color (decimal): -2117158 or 14332383. OLE color: 14332383.

HSL color Cylindrical-coordinate representation of color #DFB1DA: hue angle of 306.52º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB1DA is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223177218-
CMYK00.210.020.13
HSL306.52º41.82%78.43%-
HSV(B)306.52º20.63%87.45%-
XYZ58.8152.1973.3-
YUV195.43140.74147.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.08%
GREEN value IS 177 (69.53% from 255) = 28.64%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=36.08%
G=28.64%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317721800.210.020.13306.5241.8278.43
HexDFB1DA0152D1332a4e
Octal33726133202521546352116
Binary1101111110110001110110100101011011011001100111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1DA; }

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

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

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

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

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

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

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

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