#DCB5DB

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

Shades of French Lilac #DCB5DB

Tints of French Lilac #DCB5DB

Color information

#DCB5DB (or 0xDCB5DB) is unknown color: approx French Lilac. HEX triplet: DC, B5 and DB. RGB value is (220,181,219). Sum of RGB (Red+Green+Blue) = 220+181+219=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5DB is #234A24. Grayscale: #C4C4C4. Windows color (decimal): -2312741 or 14398940. OLE color: 14398940.

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

Color convert

RGB220181219-
CMYK00.180.000.14
HSL301.54º35.78%78.63%-
HSV(B)301.54º17.73%86.27%-
XYZ58.8353.3874.22-
YUV196.99140.42144.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.48%
GREEN value IS 181 (71.09% from 255) = 29.19%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=35.48%
G=29.19%
B=35.32%

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
Decimal22018121900.180.000.14301.5435.7878.63
HexDCB5DB0120E12e244f
Octal33426533302201645644117
Binary110111001011010111011011010010011101001011101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5DB; }

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

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

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

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

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

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

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

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