#DBB5D4

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

Shades of French Lilac #DBB5D4

Tints of French Lilac #DBB5D4

Color information

#DBB5D4 (or 0xDBB5D4) is unknown color: approx French Lilac. HEX triplet: DB, B5 and D4. RGB value is (219,181,212). Sum of RGB (Red+Green+Blue) = 219+181+212=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5D4 is #244A2B. Grayscale: #C3C3C3. Windows color (decimal): -2378284 or 13940187. OLE color: 13940187.

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

Color convert

RGB219181212-
CMYK00.170.030.14
HSL311.05º34.55%78.43%-
HSV(B)311.05º17.35%85.88%-
XYZ57.6252.8669.45-
YUV195.9137.09144.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 181 (71.09% from 255) = 29.58%
BLUE value IS 212 (83.20% from 255) = 34.64%
R=35.78%
G=29.58%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918121200.170.030.14311.0534.5578.43
HexDBB5D40113E137234e
Octal33326532402131646743116
Binary1101101110110101110101000100011111101001101111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5D4; }

 p { color: rgb(219,181,212); }

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

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

 a { background-color: rgb(219,181,212); }

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

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

 span { border-color: rgb(219,181,212); }

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