#DFB0D4

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

Shades of French Lilac #DFB0D4

Tints of French Lilac #DFB0D4

Color information

#DFB0D4 (or 0xDFB0D4) is unknown color: approx French Lilac. HEX triplet: DF, B0 and D4. RGB value is (223,176,212). Sum of RGB (Red+Green+Blue) = 223+176+212=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0D4 is #204F2B. Grayscale: #C2C2C2. Windows color (decimal): -2117420 or 13938911. OLE color: 13938911.

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

Color convert

RGB223176212-
CMYK00.210.050.13
HSL314.04º42.34%78.24%-
HSV(B)314.04º21.08%87.45%-
XYZ57.8451.4969.18-
YUV194.16138.07148.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 176 (69.14% from 255) = 28.81%
BLUE value IS 212 (83.20% from 255) = 34.70%
R=36.50%
G=28.81%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317621200.210.050.13314.0442.3478.24
HexDFB0D40155D13a2a4e
Octal33726032402551547252116
Binary11011111101100001101010001010110111011001110101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB0D4; }

 p { color: rgb(223,176,212); }

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

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

 a { background-color: rgb(223,176,212); }

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

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

 span { border-color: rgb(223,176,212); }

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