#DFB2D1

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

Shades of French Lilac #DFB2D1

Tints of French Lilac #DFB2D1

Color information

#DFB2D1 (or 0xDFB2D1) is unknown color: approx French Lilac. HEX triplet: DF, B2 and D1. RGB value is (223,178,209). Sum of RGB (Red+Green+Blue) = 223+178+209=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2D1 is #204D2E. Grayscale: #C2C2C2. Windows color (decimal): -2116911 or 13742815. OLE color: 13742815.

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

Color convert

RGB223178209-
CMYK00.200.060.13
HSL318.67º41.28%78.63%-
HSV(B)318.67º20.18%87.45%-
XYZ57.8652.1367.33-
YUV194.99135.91147.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 178 (69.92% from 255) = 29.18%
BLUE value IS 209 (82.03% from 255) = 34.26%
R=36.56%
G=29.18%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317820900.200.060.13318.6741.2878.63
HexDFB2D10146D13f294f
Octal33726232102461547751117
Binary11011111101100101101000101010011011011001111111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB2D1; }

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

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

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

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

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

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

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

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