#DBB9D1

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

Shades of French Lilac #DBB9D1

Tints of French Lilac #DBB9D1

Color information

#DBB9D1 (or 0xDBB9D1) is unknown color: approx French Lilac. HEX triplet: DB, B9 and D1. RGB value is (219,185,209). Sum of RGB (Red+Green+Blue) = 219+185+209=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9D1 is #24462E. Grayscale: #C5C5C5. Windows color (decimal): -2377263 or 13744603. OLE color: 13744603.

HSL color Cylindrical-coordinate representation of color #DBB9D1: hue angle of 317.65º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB9D1 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219185209-
CMYK00.160.050.14
HSL317.65º32.08%79.22%-
HSV(B)317.65º15.53%85.88%-
XYZ58.0754.3667.75-
YUV197.9134.26143.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 185 (72.66% from 255) = 30.18%
BLUE value IS 209 (82.03% from 255) = 34.09%
R=35.73%
G=30.18%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918520900.160.050.14317.6532.0879.22
HexDBB9D10105E13e204f
Octal33327132102051647640117
Binary11011011101110011101000101000010111101001111101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB9D1; }

 p { color: rgb(219,185,209); }

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

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

 a { background-color: rgb(219,185,209); }

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

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

 span { border-color: rgb(219,185,209); }

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