#DCBAD9

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

Shades of French Lilac #DCBAD9

Tints of French Lilac #DCBAD9

Color information

#DCBAD9 (or 0xDCBAD9) is unknown color: approx French Lilac. HEX triplet: DC, BA and D9. RGB value is (220,186,217). Sum of RGB (Red+Green+Blue) = 220+186+217=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAD9 is #234526. Grayscale: #C7C7C7. Windows color (decimal): -2311463 or 14269148. OLE color: 14269148.

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

Color convert

RGB220186217-
CMYK00.150.010.14
HSL305.29º32.69%79.61%-
HSV(B)305.29º15.45%86.27%-
XYZ59.655.3473.19-
YUV199.7137.76142.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 217 (85.16% from 255) = 34.83%
R=35.31%
G=29.86%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018621700.150.010.14305.2932.6979.61
HexDCBAD90F1E1312150
Octal33427233101711646141120
Binary11011100101110101101100101111111101001100011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAD9; }

 p { color: rgb(220,186,217); }

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

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

 a { background-color: rgb(220,186,217); }

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

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

 span { border-color: rgb(220,186,217); }

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