#DBB1DC

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

Shades of French Lilac #DBB1DC

Tints of French Lilac #DBB1DC

Color information

#DBB1DC (or 0xDBB1DC) is unknown color: approx French Lilac. HEX triplet: DB, B1 and DC. RGB value is (219,177,220). Sum of RGB (Red+Green+Blue) = 219+177+220=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1DC is #244E23. Grayscale: #C2C2C2. Windows color (decimal): -2379300 or 14463451. OLE color: 14463451.

HSL color Cylindrical-coordinate representation of color #DBB1DC: hue angle of 298.6º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB1DC is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219177220-
CMYK0.000.2000.14
HSL298.6º38.05%77.84%-
HSV(B)298.6º19.55%86.27%-
XYZ57.8551.6774.63-
YUV194.46142.41145.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 177 (69.53% from 255) = 28.73%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=35.55%
G=28.73%
B=35.71%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191772200.000.2000.14298.638.0577.84
HexDBB1DC0140E12b264e
Octal33326133402401645346116
Binary110110111011000111011100010100011101001010111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1DC; }

 p { color: rgb(219,177,220); }

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

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

 a { background-color: rgb(219,177,220); }

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

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

 span { border-color: rgb(219,177,220); }

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