#DFB6DA

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

Shades of French Lilac #DFB6DA

Tints of French Lilac #DFB6DA

Color information

#DFB6DA (or 0xDFB6DA) is unknown color: approx French Lilac. HEX triplet: DF, B6 and DA. RGB value is (223,182,218). Sum of RGB (Red+Green+Blue) = 223+182+218=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6DA is #204925. Grayscale: #C6C6C6. Windows color (decimal): -2115878 or 14333663. OLE color: 14333663.

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

Color convert

RGB223182218-
CMYK00.180.020.13
HSL307.32º39.05%79.41%-
HSV(B)307.32º18.39%87.45%-
XYZ59.8154.2173.64-
YUV198.36139.08145.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 182 (71.48% from 255) = 29.21%
BLUE value IS 218 (85.55% from 255) = 34.99%
R=35.79%
G=29.21%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318221800.180.020.13307.3239.0579.41
HexDFB6DA0122D133274f
Octal33726633202221546347117
Binary1101111110110110110110100100101011011001100111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6DA; }

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

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

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

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

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

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

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

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