#DFB1D6

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

Shades of French Lilac #DFB1D6

Tints of French Lilac #DFB1D6

Color information

#DFB1D6 (or 0xDFB1D6) is unknown color: approx French Lilac. HEX triplet: DF, B1 and D6. RGB value is (223,177,214). Sum of RGB (Red+Green+Blue) = 223+177+214=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1D6 is #204E29. Grayscale: #C2C2C2. Windows color (decimal): -2117162 or 14070239. OLE color: 14070239.

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

Color convert

RGB223177214-
CMYK00.210.040.13
HSL311.74º41.82%78.43%-
HSV(B)311.74º20.63%87.45%-
XYZ58.2951.9970.58-
YUV194.97138.74147.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.32%
GREEN value IS 177 (69.53% from 255) = 28.83%
BLUE value IS 214 (83.98% from 255) = 34.85%
R=36.32%
G=28.83%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317721400.210.040.13311.7441.8278.43
HexDFB1D60154D1382a4e
Octal33726132602541547052116
Binary11011111101100011101011001010110011011001110001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1D6; }

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

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

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

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

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

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

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

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