#DFB0DF

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

Shades of French Lilac #DFB0DF

Tints of French Lilac #DFB0DF

Color information

#DFB0DF (or 0xDFB0DF) is unknown color: approx French Lilac. HEX triplet: DF, B0 and DF. RGB value is (223,176,223). Sum of RGB (Red+Green+Blue) = 223+176+223=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0DF is #204F20. Grayscale: #C3C3C3. Windows color (decimal): -2117409 or 14659807. OLE color: 14659807.

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

Color convert

RGB223176223-
CMYK00.2100.13
HSL300º42.34%78.24%-
HSV(B)300º21.08%87.45%-
XYZ59.2852.0776.74-
YUV195.41143.57147.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 176 (69.14% from 255) = 28.30%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=35.85%
G=28.30%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317622300.2100.1330042.3478.24
HexDFB0DF0150D12c2a4e
Octal33726033702501545452116
Binary110111111011000011011111010101011011001011001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB0DF; }

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

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

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

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

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

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

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

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