#DFB0DD

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

Shades of French Lilac #DFB0DD

Tints of French Lilac #DFB0DD

Color information

#DFB0DD (or 0xDFB0DD) is unknown color: approx French Lilac. HEX triplet: DF, B0 and DD. RGB value is (223,176,221). Sum of RGB (Red+Green+Blue) = 223+176+221=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0DD is #204F22. Grayscale: #C3C3C3. Windows color (decimal): -2117411 or 14528735. OLE color: 14528735.

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

Color convert

RGB223176221-
CMYK00.210.010.13
HSL302.55º42.34%78.24%-
HSV(B)302.55º21.08%87.45%-
XYZ59.0151.9675.33-
YUV195.18142.57147.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 176 (69.14% from 255) = 28.39%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=35.97%
G=28.39%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317622100.210.010.13302.5542.3478.24
HexDFB0DD0151D12f2a4e
Octal33726033502511545752116
Binary110111111011000011011101010101111011001011111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB0DD; }

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

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

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

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

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

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

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

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