#DBBAD6

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

Shades of French Lilac #DBBAD6

Tints of French Lilac #DBBAD6

Color information

#DBBAD6 (or 0xDBBAD6) is unknown color: approx French Lilac. HEX triplet: DB, BA and D6. RGB value is (219,186,214). Sum of RGB (Red+Green+Blue) = 219+186+214=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAD6 is #244529. Grayscale: #C6C6C6. Windows color (decimal): -2377002 or 14072539. OLE color: 14072539.

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

Color convert

RGB219186214-
CMYK00.150.020.14
HSL309.09º31.43%79.41%-
HSV(B)309.09º15.07%85.88%-
XYZ58.9155.0371.14-
YUV199.06136.43142.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.38%
GREEN value IS 186 (73.05% from 255) = 30.05%
BLUE value IS 214 (83.98% from 255) = 34.57%
R=35.38%
G=30.05%
B=34.57%

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
Decimal21918621400.150.020.14309.0931.4379.41
HexDBBAD60F2E1351f4f
Octal33327232601721646537117
Binary11011011101110101101011001111101110100110101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAD6; }

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

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

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

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

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

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

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

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