#DBB1D5

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

Shades of French Lilac #DBB1D5

Tints of French Lilac #DBB1D5

Color information

#DBB1D5 (or 0xDBB1D5) is unknown color: approx French Lilac. HEX triplet: DB, B1 and D5. RGB value is (219,177,213). Sum of RGB (Red+Green+Blue) = 219+177+213=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1D5 is #244E2A. Grayscale: #C1C1C1. Windows color (decimal): -2379307 or 14004699. OLE color: 14004699.

HSL color Cylindrical-coordinate representation of color #DBB1D5: hue angle of 308.57º 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 #DBB1D5 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB219177213-
CMYK00.190.030.14
HSL308.57º36.84%77.65%-
HSV(B)308.57º19.18%85.88%-
XYZ56.9551.3169.85-
YUV193.66138.91146.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 177 (69.53% from 255) = 29.06%
BLUE value IS 213 (83.59% from 255) = 34.98%
R=35.96%
G=29.06%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917721300.190.030.14308.5736.8477.65
HexDBB1D50133E135254e
Octal33326132502331646545116
Binary1101101110110001110101010100111111101001101011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1D5; }

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

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

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

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

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

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

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

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