#DBB6D8

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

Shades of French Lilac #DBB6D8

Tints of French Lilac #DBB6D8

Color information

#DBB6D8 (or 0xDBB6D8) is unknown color: approx French Lilac. HEX triplet: DB, B6 and D8. RGB value is (219,182,216). Sum of RGB (Red+Green+Blue) = 219+182+216=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6D8 is #244927. Grayscale: #C4C4C4. Windows color (decimal): -2378024 or 14202587. OLE color: 14202587.

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

Color convert

RGB219182216-
CMYK00.170.010.14
HSL304.86º33.94%78.63%-
HSV(B)304.86º16.89%85.88%-
XYZ58.3453.4772.21-
YUV196.94138.76143.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 182 (71.48% from 255) = 29.50%
BLUE value IS 216 (84.77% from 255) = 35.01%
R=35.49%
G=29.50%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918221600.170.010.14304.8633.9478.63
HexDBB6D80111E131224f
Octal33326633002111646142117
Binary110110111011011011011000010001111101001100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6D8; }

 p { color: rgb(219,182,216); }

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

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

 a { background-color: rgb(219,182,216); }

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

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

 span { border-color: rgb(219,182,216); }

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