#DBB1D7

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

Shades of French Lilac #DBB1D7

Tints of French Lilac #DBB1D7

Color information

#DBB1D7 (or 0xDBB1D7) is unknown color: approx French Lilac. HEX triplet: DB, B1 and D7. RGB value is (219,177,215). Sum of RGB (Red+Green+Blue) = 219+177+215=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1D7 is #244E28. Grayscale: #C1C1C1. Windows color (decimal): -2379305 or 14135771. OLE color: 14135771.

HSL color Cylindrical-coordinate representation of color #DBB1D7: hue angle of 305.71º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB1D7 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB219177215-
CMYK00.190.020.14
HSL305.71º36.84%77.65%-
HSV(B)305.71º19.18%85.88%-
XYZ57.251.4171.2-
YUV193.89139.91145.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 177 (69.53% from 255) = 28.97%
BLUE value IS 215 (84.38% from 255) = 35.19%
R=35.84%
G=28.97%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917721500.190.020.14305.7136.8477.65
HexDBB1D70132E132254e
Octal33326132702321646245116
Binary1101101110110001110101110100111011101001100101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1D7; }

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

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

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

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

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

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

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

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