#DBA6D2

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

Shades of French Lilac #DBA6D2

Tints of French Lilac #DBA6D2

Color information

#DBA6D2 (or 0xDBA6D2) is unknown color: approx French Lilac. HEX triplet: DB, A6 and D2. RGB value is (219,166,210). Sum of RGB (Red+Green+Blue) = 219+166+210=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6D2 is #24592D. Grayscale: #BABABA. Windows color (decimal): -2382126 or 13805275. OLE color: 13805275.

HSL color Cylindrical-coordinate representation of color #DBA6D2: hue angle of 310.19º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6D2 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB219166210-
CMYK00.240.040.14
HSL310.19º42.4%75.49%-
HSV(B)310.19º24.2%85.88%-
XYZ54.4846.9967.17-
YUV186.86141.06150.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 166 (65.23% from 255) = 27.90%
BLUE value IS 210 (82.42% from 255) = 35.29%
R=36.81%
G=27.90%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916621000.240.040.14310.1942.475.49
HexDBA6D20184E1362a4b
Octal33324632203041646652113
Binary11011011101001101101001001100010011101001101101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6D2; }

 p { color: rgb(219,166,210); }

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

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

 a { background-color: rgb(219,166,210); }

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

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

 span { border-color: rgb(219,166,210); }

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