#DFB7DC

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

Shades of French Lilac #DFB7DC

Tints of French Lilac #DFB7DC

Color information

#DFB7DC (or 0xDFB7DC) is unknown color: approx French Lilac. HEX triplet: DF, B7 and DC. RGB value is (223,183,220). Sum of RGB (Red+Green+Blue) = 223+183+220=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB7DC is #204823. Grayscale: #C7C7C7. Windows color (decimal): -2115620 or 14464991. OLE color: 14464991.

HSL color Cylindrical-coordinate representation of color #DFB7DC: hue angle of 304.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB7DC is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB223183220-
CMYK00.180.010.13
HSL304.5º38.46%79.61%-
HSV(B)304.5º17.94%87.45%-
XYZ60.2854.7275.1-
YUV199.18139.75144.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 183 (71.88% from 255) = 29.23%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=35.62%
G=29.23%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318322000.180.010.13304.538.4679.61
HexDFB7DC0121D1302650
Octal33726733402211546046120
Binary110111111011011111011100010010111011001100001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB7DC; }

 p { color: rgb(223,183,220); }

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

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

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

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

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

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

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