#DFB0D0

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

Shades of French Lilac #DFB0D0

Tints of French Lilac #DFB0D0

Color information

#DFB0D0 (or 0xDFB0D0) is unknown color: approx French Lilac. HEX triplet: DF, B0 and D0. RGB value is (223,176,208). Sum of RGB (Red+Green+Blue) = 223+176+208=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0D0 is #204F2F. Grayscale: #C1C1C1. Windows color (decimal): -2117424 or 13676767. OLE color: 13676767.

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

Color convert

RGB223176208-
CMYK00.210.070.13
HSL319.15º42.34%78.24%-
HSV(B)319.15º21.08%87.45%-
XYZ57.3451.2966.55-
YUV193.7136.07148.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 176 (69.14% from 255) = 29.00%
BLUE value IS 208 (81.64% from 255) = 34.27%
R=36.74%
G=29.00%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317620800.210.070.13319.1542.3478.24
HexDFB0D00157D13f2a4e
Octal33726032002571547752116
Binary11011111101100001101000001010111111011001111111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB0D0; }

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

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

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

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

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

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

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

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