#DFB9DC

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

Shades of French Lilac #DFB9DC

Tints of French Lilac #DFB9DC

Color information

#DFB9DC (or 0xDFB9DC) is unknown color: approx French Lilac. HEX triplet: DF, B9 and DC. RGB value is (223,185,220). Sum of RGB (Red+Green+Blue) = 223+185+220=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB9DC is #204623. Grayscale: #C8C8C8. Windows color (decimal): -2115108 or 14465503. OLE color: 14465503.

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

Color convert

RGB223185220-
CMYK00.170.010.13
HSL304.74º37.25%80%-
HSV(B)304.74º17.04%87.45%-
XYZ60.755.5575.23-
YUV200.35139.09144.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 185 (72.66% from 255) = 29.46%
BLUE value IS 220 (86.33% from 255) = 35.03%
R=35.51%
G=29.46%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318522000.170.010.13304.7437.2580
HexDFB9DC0111D1312550
Octal33727133402111546145120
Binary110111111011100111011100010001111011001100011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9DC; }

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

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

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

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

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

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

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

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