#DFB1D2

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

Shades of French Lilac #DFB1D2

Tints of French Lilac #DFB1D2

Color information

#DFB1D2 (or 0xDFB1D2) is unknown color: approx French Lilac. HEX triplet: DF, B1 and D2. RGB value is (223,177,210). Sum of RGB (Red+Green+Blue) = 223+177+210=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1D2 is #204E2D. Grayscale: #C2C2C2. Windows color (decimal): -2117166 or 13808095. OLE color: 13808095.

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

Color convert

RGB223177210-
CMYK00.210.060.13
HSL316.96º41.82%78.43%-
HSV(B)316.96º20.63%87.45%-
XYZ57.7951.7967.92-
YUV194.52136.74148.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 177 (69.53% from 255) = 29.02%
BLUE value IS 210 (82.42% from 255) = 34.43%
R=36.56%
G=29.02%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317721000.210.060.13316.9641.8278.43
HexDFB1D20156D13d2a4e
Octal33726132202561547552116
Binary11011111101100011101001001010111011011001111011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1D2; }

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

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

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

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

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

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

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

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