#DFB7DB

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

Shades of French Lilac #DFB7DB

Tints of French Lilac #DFB7DB

Color information

#DFB7DB (or 0xDFB7DB) is unknown color: approx French Lilac. HEX triplet: DF, B7 and DB. RGB value is (223,183,219). Sum of RGB (Red+Green+Blue) = 223+183+219=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB7DB is #204824. Grayscale: #C6C6C6. Windows color (decimal): -2115621 or 14399455. OLE color: 14399455.

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

Color convert

RGB223183219-
CMYK00.180.020.13
HSL306º38.46%79.61%-
HSV(B)306º17.94%87.45%-
XYZ60.1554.6774.4-
YUV199.06139.25145.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.68%
GREEN value IS 183 (71.88% from 255) = 29.28%
BLUE value IS 219 (85.94% from 255) = 35.04%
R=35.68%
G=29.28%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318321900.180.020.1330638.4679.61
HexDFB7DB0122D1322650
Octal33726733302221546246120
Binary1101111110110111110110110100101011011001100101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB7DB; }

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

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

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

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

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

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

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

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