#DBBAD7

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

Shades of French Lilac #DBBAD7

Tints of French Lilac #DBBAD7

Color information

#DBBAD7 (or 0xDBBAD7) is unknown color: approx French Lilac. HEX triplet: DB, BA and D7. RGB value is (219,186,215). Sum of RGB (Red+Green+Blue) = 219+186+215=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAD7 is #244528. Grayscale: #C7C7C7. Windows color (decimal): -2377001 or 14138075. OLE color: 14138075.

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

Color convert

RGB219186215-
CMYK00.150.020.14
HSL307.27º31.43%79.41%-
HSV(B)307.27º15.07%85.88%-
XYZ59.0455.0871.81-
YUV199.17136.93142.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 215 (84.38% from 255) = 34.68%
R=35.32%
G=30%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918621500.150.020.14307.2731.4379.41
HexDBBAD70F2E1331f4f
Octal33327232701721646337117
Binary11011011101110101101011101111101110100110011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAD7; }

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

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

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

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

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

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

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

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