#DBB4DA

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

Shades of French Lilac #DBB4DA

Tints of French Lilac #DBB4DA

Color information

#DBB4DA (or 0xDBB4DA) is unknown color: approx French Lilac. HEX triplet: DB, B4 and DA. RGB value is (219,180,218). Sum of RGB (Red+Green+Blue) = 219+180+218=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4DA is #244B25. Grayscale: #C3C3C3. Windows color (decimal): -2378534 or 14333147. OLE color: 14333147.

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

Color convert

RGB219180218-
CMYK00.180.000.14
HSL301.54º35.14%78.24%-
HSV(B)301.54º17.81%85.88%-
XYZ58.1952.7673.45-
YUV195.99140.42144.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 180 (70.70% from 255) = 29.17%
BLUE value IS 218 (85.55% from 255) = 35.33%
R=35.49%
G=29.17%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918021800.180.000.14301.5435.1478.24
HexDBB4DA0120E12e234e
Octal33326433202201645643116
Binary110110111011010011011010010010011101001011101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4DA; }

 p { color: rgb(219,180,218); }

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

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

 a { background-color: rgb(219,180,218); }

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

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

 span { border-color: rgb(219,180,218); }

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